skip to Main Content

Cannot disable back button in React Native on Android

In my App.js I have the following: import { NavigationContainer } from '@react-navigation/native'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import Main from './js/screens/main'; import Page from './js/screens/page'; const Stack = createNativeStackNavigator(); const headerOptions = { headerLeft: () => null, };…

VIEW QUESTION

React native – Could not resolve all task dependencies for configuration ':expo-modules-core:debugCompileClasspath'.Could not resolve com.facebook.fbjni:fbjni:0.5.1

We are trying to update React Native to version 0.73 with "expo": "50.0.3". But we get this error: Could not determine the dependencies of task ':expo-modules-core:compileDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':expo-modules-core:debugCompileClasspath'. > Could not resolve…

VIEW QUESTION
Back To Top
Search