React Native app crashes at start without error message - react-native

I've developped an app using Expo and as when the app loads, it crashes from the Android simulator or a real Android phone.
If I don't add any console.log there are no error showing up in the terminal.
Whenever I add some debug logs, I see some logs printed for each debug line located in my Home.js (DEBUG 10 and 12), but not related to the crash itself. See below:
Android Bundling complete 56977ms
LOG DEBUG 0
LOG DEBUG 5
LOG DEBUG 4
LOG DEBUG 3
LOG DEBUG 2
LOG DEBUG 1
WARN DEBUG 12
Home#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:185649:26
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
RCTView
View
CardSheet#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162361:23
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:153561:38
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160888:34
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
RCTView
View
Card#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161860:36
CardContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162412:34
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161796:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161785:23
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
CardStack#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161399:36
RCTView
View
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
RNGestureHandlerRootView
GestureHandlerRootView
StackView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160491:36
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
StackNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160391:18
HomeStackScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102699:22
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130647:71
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:132951:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:132939:23
RCTView
View
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
BottomTabView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129084:30
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
BottomTabNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:122487:18
BottomTabsScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102753:42
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130647:71
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:158731:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:158719:23
RCTView
View
RCTView
View
AnimatedComponent(View)#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:150529:38
RCTView
View
AnimatedComponent(View)#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:150529:38
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:153561:38
Drawer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:159252:26
DrawerViewBase#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133841:22
RNGestureHandlerRootView
GestureHandlerRootView
RCTView
View
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
DrawerView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:134048:27
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
DrawerNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133734:18
AppSideDrawerScreen
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
RCTView
View
CardSheet#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162361:23
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:153561:38
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160888:34
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
RCTView
View
Card#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161860:36
CardContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162412:34
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161796:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161785:23
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
CardStack#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161399:36
RNCSafeAreaProvider
SafeAreaProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129772:24
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
RNGestureHandlerRootView
GestureHandlerRootView
StackView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160491:36
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
StackNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160391:18
RootStackScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102827:50
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
BaseNavigationContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:123091:28
ThemeProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:128537:21
NavigationContainerInner#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:128428:26
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102881:41
StorageContextProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:166486:24
_default
ExpoRoot#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102427:22
RCTView
View
RCTView
View
AppContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:69668:36
main(RootComponent)#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:74773:28
LOG groups table created
LOG savedRuns table created
WARN DEBUG 11
Home#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:185649:26
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
RCTView
View
CardSheet#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162361:23
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:153561:38
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160888:34
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
RCTView
View
Card#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161860:36
CardContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162412:34
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161796:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161785:23
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
CardStack#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161399:36
RCTView
View
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
RNGestureHandlerRootView
GestureHandlerRootView
StackView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160491:36
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
StackNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160391:18
HomeStackScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102699:22
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130647:71
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:132951:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:132939:23
RCTView
View
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
BottomTabView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129084:30
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
BottomTabNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:122487:18
BottomTabsScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102753:42
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130647:71
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:158731:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:158719:23
RCTView
View
RCTView
View
AnimatedComponent(View)#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:150529:38
RCTView
View
AnimatedComponent(View)#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:150529:38
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:153561:38
Drawer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:159252:26
DrawerViewBase#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133841:22
RNGestureHandlerRootView
GestureHandlerRootView
RCTView
View
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
DrawerView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:134048:27
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
DrawerNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133734:18
AppSideDrawerScreen
StaticContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127642:17
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
SceneView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127552:22
RCTView
View
RCTView
View
RCTView
View
CardSheet#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162361:23
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:153561:38
PanGestureHandler#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160888:34
RCTView
View
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
RCTView
View
Card#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161860:36
CardContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:162412:34
RNSScreen
AnimatedComponent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:62920:38
AnimatedComponentWrapper
MaybeFreeze#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133081:23
Screen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133117:36
MaybeScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161796:24
RNSScreenContainer
ScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:133222:31
MaybeScreenContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161785:23
RCTView
View
Background#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129384:21
CardStack#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:161399:36
RNCSafeAreaProvider
SafeAreaProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:129772:24
SafeAreaProviderCompat#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:130603:25
RNGestureHandlerRootView
GestureHandlerRootView
StackView#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160491:36
PreventRemoveProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:126353:25
NavigationContent#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127362:22
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:127374:27
StackNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:160391:18
RootStackScreen#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102827:50
EnsureSingleNavigator#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:124499:24
BaseNavigationContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:123091:28
ThemeProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:128537:21
NavigationContainerInner#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:128428:26
http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102881:41
StorageContextProvider#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:166486:24
_default
ExpoRoot#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:102427:22
RCTView
View
RCTView
View
AppContainer#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:69668:36
main(RootComponent)#http://192.168.0.117:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false:74773:28
LOG 2022-10-22T12:28:21.887Z+0200
This has hapenned after upgrading from Expo SDK 40 to 46, I am trying to make my app work with the latest SDK.
I've been reading the Expo doc but I can't figure out how to troubleshoot further. I've tried to build the app and debug through Android Studio but that didn't work.
It seems the app can reach my Home.js screen but crashes directly after that.

I updated react-native-reanimated to 2.12.0 and it works fine now. I was able to troubleshoot remaining issue.
Note that as of today, react-native-reanimated 2.12.0 is not compatible with Expo 46, but I have found no issue so far; I only get a warning:
Some dependencies are incompatible with the installed expo version:
react-native-reanimated#2.12.0 - expected version: ~2.9.1

Related

How can i over come expo error while running on a device?

am having this error after build expo app with EAS. when i run the app using expo start --dev-client i get this error
Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter.
I tried re-building but still i am getting the same error. Any assistance?
TypeError: null is not an object (evaluating '_reactNative.NativeModules.RNCWebView.isFileUploadSupported')
at node_modules\react-native\Libraries\Core\ExceptionsManager.js:null in reportException
at node_modules\react-native\Libraries\Core\ExceptionsManager.js:null in handleException
at node_modules\react-native\Libraries\Core\setUpErrorHandling.js:null in handleError
at node_modules\#react-native\polyfills\error-guard.js:null in ErrorUtils.reportFatalError
at node_modules\metro-runtime\src\polyfills\require.js:null in guardedLoadModule
at http://192.168.0.100:8081/node_modules/expo/AppEntry.bundle?platform=android&dev=true&minify=false&app=com.futuredesigns.cityfoods&modulesOnly=false&runModule=true:null in global code
Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter.
A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
at node_modules\react-native\Libraries\Core\ExceptionsManager.js:null in reportException
at node_modules\react-native\Libraries\Core\ExceptionsManager.js:null in handleException
at node_modules\react-native\Libraries\Core\setUpErrorHandling.js:null in handleError
at node_modules\#react-native\polyfills\error-guard.js:null in ErrorUtils.reportFatalError
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __guard
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in callFunctionReturnFlushedQueue

React Native - Error while updating property 'nativeBackgroundAndroid' of a view managed by: RCTView

I started getting errors after downloading "# react-navigation/drawer". I downloaded and uploaded the file again and kept getting errors.
Could you please help?
I shared error screenshots.
Stack trace:
node_modules\react-native\Libraries\LogBox\LogBox.js:173:8 in registerError
node_modules\react-native\Libraries\LogBox\LogBox.js:59:8 in errorImpl
node_modules\react-native\Libraries\LogBox\LogBox.js:33:4 in console.error
node_modules\expo\build\environment\react-native-logs.fx.js:27:4 in error
node_modules\prop-types\checkPropTypes.js:20:6 in printWarning
node_modules\prop-types\checkPropTypes.js:82:22 in checkPropTypes
node_modules\react\cjs\react.development.js:1714:20 in validatePropTypes
node_modules\react\cjs\react.development.js:1813:21 in createElementWithValidation
node_modules\#expo\vector-icons\build\createMultiStyleIconSet.js:70:23 in IconClass#render
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:12478:21 in finishClassComponent
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:12403:43 in updateClassComponent
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:19181:22 in beginWork$1
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:18085:22 in performUnitOfWork
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:18013:38 in workLoopSync
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:17977:18 in renderRootSync
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:17674:33 in performSyncWorkOnRoot
[native code]:null in performSyncWorkOnRoot
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:5321:31 in runWithPriority$argument_1
node_modules\scheduler\cjs\scheduler.development.js:653:23 in unstable_runWithPriority
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:5316:21 in flushSyncCallbackQueueImpl
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:5304:28 in flushSyncCallbackQueue
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:17125:30 in scheduleUpdateOnFiber
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:20527:14 in updateContainer
node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js:21068:17 in render
node_modules\react-native\Libraries\ReactNative\renderApplication.js:54:4 in renderApplication
node_modules\react-native\Libraries\ReactNative\AppRegistry.js:117:25 in runnables.appKey.run
node_modules\react-native\Libraries\ReactNative\AppRegistry.js:213:4 in runApplication
node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:416:4 in __callFunction
node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:109:6 in __guard$argument_0
node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:364:10 in __guard
node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:108:4 in callFunctionReturnFlushedQueue
[native code]:null in callFunctionReturnFlushedQueue
Error's Screenshoots
Error's Screenshoots

Error while updating property 'transform' of a view managed by: RCTView

Hello Please someone help us because we are getting error in react-native.
error message is:
Error while updating property transform of a view managed by RCTView
Complete Error Code:
10-03 13:01:41.197 30291-30291/com.budgetapp E/unknown:ViewManager: Error while updating prop transform
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:80)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:129)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:48)
at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:32)
at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:232)
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:152)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java:1012)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:983)
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29)
at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:134)
at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:105)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:909)
at android.view.Choreographer.doCallbacks(Choreographer.java:723)
at android.view.Choreographer.doFrame(Choreographer.java:655)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6592)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:769)
Caused by: com.facebook.react.bridge.NoSuchKeyException: translateX
at com.facebook.react.bridge.ReadableNativeMap.getValue(ReadableNativeMap.java:122)
at com.facebook.react.bridge.ReadableNativeMap.getDouble(ReadableNativeMap.java:147)
at com.facebook.react.uimanager.TransformHelper.processTransform(TransformHelper.java:82)
at com.facebook.react.uimanager.BaseViewManager.setTransformProperty(BaseViewManager.java:174)
at com.facebook.react.uimanager.BaseViewManager.setTransform(BaseViewManager.java:61)
at java.lang.reflect.Method.invoke(Native Method) 
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:80) 
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:129) 
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:48) 
at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:32) 
at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:232) 
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:152) 
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java:1012) 
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:983) 
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29) 
at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:134) 
at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:105) 
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:909) 
at android.view.Choreographer.doCallbacks(Choreographer.java:723) 
at android.view.Choreographer.doFrame(Choreographer.java:655) 
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897) 
at android.os.Handler.handleCallback(Handler.java:789) 
at android.os.Handler.dispatchMessage(Handler.java:98) 
at android.os.Looper.loop(Looper.java:164) 
at android.app.ActivityThread.main(ActivityThread.java:6592) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:769) 
10-03 13:01:41.200 30291-30291/com.budgetapp E/unknown:ReactNative: Exception in native call
com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'transform' of a view managed by: RCTView
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:92)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:129)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:48)
at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:32)
at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:232)
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:152)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java:1012)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:983)
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29)
at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:134)
at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:105)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:909)
at android.view.Choreographer.doCallbacks(Choreographer.java:723)
at android.view.Choreographer.doFrame(Choreographer.java:655)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6592)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:769)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp(ViewManagersPropertyCache.java:80)
at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty(ViewManagerPropertyUpdater.java:129) 
at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:48) 
at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java:32) 
at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:232) 
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:152) 
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java:1012) 
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:983) 
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29) 
at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:134) 
at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:105) 
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:909) 
at android.view.Choreographer.doCallbacks(Choreographer.java:723) 
at android.view.Choreographer.doFrame(Choreographer.java:655) 
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897) 
at android.os.Handler.handleCallback(Handler.java:789) 
at android.os.Handler.dispatchMessage(Handler.java:98) 
at android.os.Looper.loop(Looper.java:164) 
at android.app.ActivityThread.main(ActivityThread.java:6592) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:769) 
Caused by: com.facebook.react.bridge.NoSuchKeyException: translateX
at com.facebook.react.bridge.ReadableNativeMap.getValue(ReadableNativeMap.java:122)
at com.facebook.react.bridge.ReadableNativeMap.getDouble(ReadableNativeMap.java:147)
at com.facebook.react.uimanager.TransformHelper.processTransform(TransformHelper.java:82)
at com.facebook.react.uimanager.BaseViewManager.setTransformProperty(BaseViewManager.java:174)
at com.facebook.react.uimanager.BaseViewManager.setTransform(BaseViewManager.java:61)

Google Play Multiplayer Room not Creating

I have trying to follow the ButtonClicker example. My main activity extends AndroidApplication because I am working with libgdx but I cannot seem to create the room. The code stops after I call "Games.RealTimeMultiplayer.create(getApiClient(), roomBuilder.build())"
I think my problem is somewhere with the getApiClient()
Would love some help understanding what am I doing wrong
See code:
in my OnCreate()
mHelper = new GameHelper(this, 2);
When I use anything else other than 2 for the 2nd param the game does not even load
protected GoogleApiClient getApiClient() {
Log.d(TAG, "getApiClient() " + mHelper.getApiClient());
return mHelper.getApiClient();
}
calling quick game
private void startQuickGame(){
Log.d(TAG, "StartQuickGame()");
//1st param is Minimum players, 2nd param is maximum and 3rd is exclusivebitmask???
Bundle am = RoomConfig.createAutoMatchCriteria(1, 4, 0);
RoomConfig.Builder roomBuilder = RoomConfig.builder(this);
roomBuilder.setMessageReceivedListener(this);
roomBuilder.setRoomStatusUpdateListener(this);
roomBuilder.setAutoMatchCriteria(am);
Games.RealTimeMultiplayer.create(getApiClient(), roomBuilder.build());
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
Log.d(TAG, " startQuickGame()" + "createRoom called");
}
I tried creating the Game Helper object using "GameHelper.CLIENT_ALL" and I got the following error:
03-11 09:34:24.083: E/MoreInfoHPW_ViewGroup(15954): Parent view is not a TextView
03-11 09:34:24.083: D/Launcher(1234): onTrimMemory. Level: 20
03-11 09:34:24.083: D/STATUSBAR-IconMerger(950): checkOverflow(1368), More:false, Req:false Child:6
03-11 09:34:24.103: W/PopupManager(15954): You have not specified a View to use as content view for popups. Falling back to the Activity content view which may not work properly in future versions of the API. Use setViewForPopups() to set your content view.
03-11 09:34:24.103: D/AndroidRuntime(15954): Shutting down VM
03-11 09:34:24.103: W/dalvikvm(15954): threadid=1: thread exiting with uncaught exception (group=0x41b13898)
03-11 09:34:24.103: E/AndroidRuntime(15954): FATAL EXCEPTION: main
03-11 09:34:24.103: E/AndroidRuntime(15954): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.crazyEagle/com.crazyEagle.MainActivity}: android.util.AndroidRuntimeException: requestFeature() must be called before adding content
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2295)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2349)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.ActivityThread.access$700(ActivityThread.java:159)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.os.Handler.dispatchMessage(Handler.java:99)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.os.Looper.loop(Looper.java:137)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.ActivityThread.main(ActivityThread.java:5419)
03-11 09:34:24.103: E/AndroidRuntime(15954): at java.lang.reflect.Method.invokeNative(Native Method)
03-11 09:34:24.103: E/AndroidRuntime(15954): at java.lang.reflect.Method.invoke(Method.java:525)
03-11 09:34:24.103: E/AndroidRuntime(15954): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
03-11 09:34:24.103: E/AndroidRuntime(15954): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
03-11 09:34:24.103: E/AndroidRuntime(15954): at dalvik.system.NativeStart.main(Native Method)
03-11 09:34:24.103: E/AndroidRuntime(15954): Caused by: android.util.AndroidRuntimeException: requestFeature() must be called before adding content
03-11 09:34:24.103: E/AndroidRuntime(15954): at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:320)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.Activity.requestWindowFeature(Activity.java:3338)
03-11 09:34:24.103: E/AndroidRuntime(15954): at com.crazyEagle.MainActivity.onCreate(MainActivity.java:150)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.Activity.performCreate(Activity.java:5372)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1104)
03-11 09:34:24.103: E/AndroidRuntime(15954): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2257)
03-11 09:34:24.103: E/AndroidRuntime(15954): ... 11 more
Was missing in the manifest
meta-data android:value="#string/app_id" android:name="com.google.android.gms.appstate.APP_ID"

Generating a click event in a WebView

I am trying to generate a click event on a particular DOMNode via a menu item on the Mac. I thought this would be pretty simple however, I have seemed to hit a roadblock and not sure where I went wrong.
DOMDocument* domDocument=[webView mainFrameDocument];
DOMEvent* event = [domDocument createEvent:#"HTMLEvents"];
[event initEvent:#"click" canBubbleArg:YES cancelableArg:NO];
[[[domDocument getElementsByClassName:#"logout clickable"] item:0] dispatchEvent:event];
DOMEvent seems to be lacking a few methods that I had expected to see. I was expecting to have to code like this.
DOMEvent* event = [domDocument createEvent:#"MouseEvents"];
[event initMouseEvent:#"click" canBubbleArg:YES cancelableArg:NO];
However, mouse events don't seem to be available. I would appreciate any help.
This approach has worked for me in the past:
DOMElement *el = // find element somehow
DOMDocument *doc = [el ownerDocument];
DOMAbstractView *window = [doc defaultView];
DOMUIEvent *evt = (DOMUIEvent *)[doc createEvent:#"UIEvents"];
[evt initUIEvent:#"click" canBubble:YES cancelable:YES view:window detail:1];
[el dispatchEvent:evt];
I believe that is all standard DOM2 Events module APIs. I think I found this solution from looking at the JavaScript on this MozDev createEvent article.
Also note the -[DOMHTMLElement click] method in WebKit's DOMHTMLElement.h which is marked as AVAILABLE_AFTER_WEBKIT_VERSION_5_1.
Finally, I have occasionally had to resort to something hackier to fully simulate a user "mouse click" and all the DOM events that usually accompany it. I would only try this if nothing else above works (this is complex, ugly and brittle):
WebView *webView = // get web view
DOMElement *el = // find element somehow
id relatedTarget = [(DOMHTMLDocument *)[el ownerDocument] body];
[el dispatchMouseEventType:#"mouseover" clickCount:0 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:relatedTarget webView:webView];
[el dispatchMouseEventType:#"mousemove" clickCount:0 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:nil webView:webView];
[el dispatchMouseEventType:#"mousedown" clickCount:1 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:nil webView:webView];
[el dispatchMouseEventType:#"click" clickCount:1 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:nil webView:webView];
[el dispatchMouseEventType:#"mouseup" clickCount:1 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:nil webView:webView];
[el dispatchMouseEventType:#"mousemove" clickCount:0 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:nil webView:webView];
[el dispatchMouseEventType:#"mouseout" clickCount:0 ctrlKey:NO altKey:NO shiftKey:NO metaKey:NO button:0 relatedTarget:relatedTarget webView:webView];
I have a lot of this code in my open source project TDAppKit on Google Code.