-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes render form from example app
As discussed here 851e3c1#commitcomment-17818287 Will keep render as Easter egg Closes #13
- Loading branch information
1 parent
1b66243
commit 763d53e
Showing
2 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
import { render } from 'react-router-native'; | ||
import { AppRegistry } from 'react-native'; | ||
import routes from './app/routes'; | ||
|
||
render(routes, 'Aviato'); | ||
|
||
// | ||
// - or - | ||
// | ||
// | ||
// import { AppRegistry } from 'react-native'; | ||
// | ||
// AppRegistry.registerComponent('Aviato', () => () => routes); | ||
AppRegistry.registerComponent('Aviato', () => () => routes); |