ebrahimhassan121

Results 7 comments of ebrahimhassan121

LGTM as arabic speaker

@epoberezkin can you merge this?

you can use this till they fix this bug `export default appWithTranslation(MyApp) as FC`

thanks @yoreland will check it

try this const BottomContainer = createAppContainer( createBottomTabNavigator( { Main: { screen: MyDrawerNavigator, navigationOptions: { header: null } } }, { initialRouteName: "Main", tabBarComponent: Tabs } ) );

you just need install jetifier in dev dependancies and add this script in package.json scripts "postinstall": "jetify"

I created a PR for it https://github.com/muchobien/flipper-plugin-react-native-mmkv/pull/12