chore: get example running in bare react-native on ios

This commit is contained in:
Brent Vatne
2019-08-29 16:09:53 -07:00
parent 3b1eed0415
commit ea4c44af7b
48 changed files with 2090 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('StackExample', () => App);