mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
chore: get example running in bare react-native on ios
This commit is contained in:
4
packages/stack/example/index.js
Normal file
4
packages/stack/example/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import App from './App';
|
||||
|
||||
AppRegistry.registerComponent('StackExample', () => App);
|
||||
Reference in New Issue
Block a user