Kevin Cooper 85c2235a3c Improve CircleCI infrastructure (#1173)
* [Example] Get tests passing on ReduxExample and NavigationPlayground

* [CI] Use more vague versioning so we're always up to date

* [CI] Test that the example apps run without error

* [CI] Install the current local version of react-nav before testing

* Fix tabs => spaces in ReduxExample/package.json

* Remove LinkingExample entirely

It's now part of NavigationPlayground.
2017-04-24 10:54:58 -07:00

10 lines
164 B
JavaScript

import {
AppRegistry,
} from 'react-native';
import App from './js/App';
AppRegistry.registerComponent('NavigationPlayground', () => App);
export default App;