Skip to content

Commit

Permalink
chore: add expo to NavigationPlayground (react-navigation#5898)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohkbx authored and satya164 committed May 19, 2019
1 parent 255a87a commit 26ca063
Show file tree
Hide file tree
Showing 98 changed files with 1,928 additions and 3,837 deletions.
3 changes: 0 additions & 3 deletions examples/NavigationPlayground/.babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions examples/NavigationPlayground/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ buck-out/

# Bundle artifact
*.jsbundle

# Exponent
.expo/*
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,21 @@ import {
createStackNavigator,
SafeAreaView,
} from 'react-navigation';
import CustomTabs from './CustomTabs';
import CustomTabUI from './CustomTabUI';
// import CustomTransitioner from './CustomTransitioner';
import Drawer from './Drawer';
import ModalStack from './ModalStack';
import SimpleStack from './SimpleStack';
import SimpleTabs from './SimpleTabs';
import StacksInTabs from './StacksInTabs';
import StacksOverTabs from './StacksOverTabs';
import StacksOverTopTabs from './StacksOverTopTabs';
import StacksAndKeys from './StacksAndKeys';
import StackWithCustomHeaderBackImage from './StackWithCustomHeaderBackImage';
import StackWithHeaderPreset from './StackWithHeaderPreset';
import StackWithTranslucentHeader from './StackWithTranslucentHeader';
import SwitchWithStacks from './SwitchWithStacks';
import TabsInDrawer from './TabsInDrawer';
import CustomTabs from './src/CustomTabs';
import CustomTabUI from './src/CustomTabUI';
import Drawer from './src/Drawer';
import ModalStack from './src/ModalStack';
import SimpleStack from './src/SimpleStack';
import SimpleTabs from './src/SimpleTabs';
import StacksInTabs from './src/StacksInTabs';
import StacksOverTabs from './src/StacksOverTabs';
import StacksOverTopTabs from './src/StacksOverTopTabs';
import StacksAndKeys from './src/StacksAndKeys';
import StackWithCustomHeaderBackImage from './src/StackWithCustomHeaderBackImage';
import StackWithHeaderPreset from './src/StackWithHeaderPreset';
import StackWithTranslucentHeader from './src/StackWithTranslucentHeader';
import SwitchWithStacks from './src/SwitchWithStacks';
import TabsInDrawer from './src/TabsInDrawer';

const ExampleInfo: any = {
CustomTabUI: {
Expand Down Expand Up @@ -141,7 +140,6 @@ const ExampleInfo: any = {
const ExampleRoutes: any = {
CustomTabUI,
CustomTabs,
// CustomTransitioner,
Drawer,
ModalStack,
SimpleStack,
Expand Down Expand Up @@ -251,7 +249,7 @@ class MainScreen extends React.Component<any, State> {
>
<View style={styles.banner}>
<Image
source={require('./assets/NavLogo.png')}
source={require('./src/assets/NavLogo.png')}
style={styles.bannerImage}
/>
<Text style={styles.bannerTitle}>
Expand Down
17 changes: 0 additions & 17 deletions examples/NavigationPlayground/android/.project

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions examples/NavigationPlayground/android/app/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions examples/NavigationPlayground/android/app/.project

This file was deleted.

This file was deleted.

65 changes: 0 additions & 65 deletions examples/NavigationPlayground/android/app/BUCK

This file was deleted.

153 changes: 0 additions & 153 deletions examples/NavigationPlayground/android/app/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions examples/NavigationPlayground/android/app/proguard-rules.pro

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 26ca063

Please sign in to comment.