Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789
  1. import 'react-native-gesture-handler';
  2. import { registerRootComponent } from 'expo';
  3. import App from './App';
  4. // registerRootComponent calls AppRegistry.registerComponent('main', () => App);
  5. // It also ensures that whether you load the app in Expo Go or in a native build,
  6. // the environment is set up appropriately
  7. registerRootComponent(App);