Skip to content

Commit

Permalink
migrate to expo example
Browse files Browse the repository at this point in the history
  • Loading branch information
sodik82 committed Mar 2, 2019
1 parent 293c614 commit ef239c9
Show file tree
Hide file tree
Showing 63 changed files with 12,375 additions and 3,027 deletions.
3 changes: 0 additions & 3 deletions examples/.babelrc

This file was deleted.

6 changes: 0 additions & 6 deletions examples/.buckconfig

This file was deleted.

9 changes: 9 additions & 0 deletions examples/.expo/packager-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"devToolsPort": 19002,
"expoServerPort": 19000,
"packagerPort": 19001,
"packagerPid": 13589,
"expoServerNgrokUrl": "https://w3-vvy.anonymous.examples.exp.direct",
"packagerNgrokUrl": "https://packager.w3-vvy.anonymous.examples.exp.direct",
"ngrokPid": 13636
}
7 changes: 7 additions & 0 deletions examples/.expo/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": "w3-vvy"
}
54 changes: 0 additions & 54 deletions examples/.flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion examples/.gitattributes

This file was deleted.

56 changes: 0 additions & 56 deletions examples/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion examples/.watchmanconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
10 changes: 10 additions & 0 deletions examples/App.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';
import Demo from './Demo';

export default class App extends React.Component {
render() {
return (
<Demo/>
);
}
}
3 changes: 0 additions & 3 deletions examples/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import ExtensionExample from './ExtensionExample';
import ModalExample from './ModalExample';
import StylingExample from './StylingExample';
import NonRootExample from './NonRootExample';
// import NavigatorExample from './NavigatorExample';
import TouchableExample from './TouchableExample';
import MenuMethodsExample from './MenuMethodsExample';
import CloseOnBackExample from './CloseOnBackExample';
Expand All @@ -27,8 +26,6 @@ const demos = [
{ Component: StylingExample, name: 'Styling example' },
{ Component: TouchableExample, name: 'Touchable config example' },
{ Component: NonRootExample, name: 'Non root example' },
// FIXME demo is not working now
// { Component: NavigatorExample, name: 'Example with react-native-router-flux' },
{ Component: CloseOnBackExample, name: 'Close on back button press example' },
{ Component: FlatListExample, name: 'Using FlatList' },
{ Component: InFlatListExample, name: 'Menu in FlatList' },
Expand Down
65 changes: 0 additions & 65 deletions examples/android/app/BUCK

This file was deleted.

Loading

0 comments on commit ef239c9

Please sign in to comment.