UNPKG

react-native-embryo

Version:

- [x] Bugfree Xcode & Android setups for multiple build flavors - [x] [React Native Navigation](https://github.com/wix/react-native-navigation) - [x] [MobX](https://github.com/mobxjs/mobx) - [x] Friendly exception handling (no crash :dizzy_face:) - [x] Ce

20 lines (16 loc) 242 B
// @flow export const screenIds = { HOME: 'home', PAGE: 'page', } export const envs = { DEV: 'dev', PROD: 'prod', } export const platforms = { ANDROID: 'android', IOS: 'ios', } export const animationTypes = { FADE: 'fade', }