Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
91 views

I am developing a mobile app using Expo (bare workflow) and React Native on an M1 MacBook. After reinstalling macOS and restoring my project backup, the iOS build fails, while Android builds and runs ...
Koreahn's user avatar
  • 129
0 votes
0 answers
68 views

Context I have a react-native app with the following versions react-native: 0.73.11 react-native-gesture-handler: 2.21.0 react-native-screens: 4.1.0 I have used GestureHandlerRootView from 'react-...
Erick's user avatar
  • 1,146
1 vote
1 answer
507 views

I'm getting a build error when trying to run my React Native 0.77.2 Android app. The build fails with multiple undefined symbol errors related to react-native-safe-area-context , react-native-screens &...
IshAsh's user avatar
  • 169
0 votes
1 answer
238 views

I am getting error in implementing react-native-screen using react-native. file:///Users/prateekbhardwaj/Desktop/buau_app/node_modules/react-native-screens/android/src/main/java/com/swmansion/...
PRATEEK BHARDWAJ's user avatar
3 votes
2 answers
4k views

I'm working on a project using React Native 0.72.4 (using the default Paper architecture) and I'm encountering build errors on Android related to react-native-screens. The error output (truncated) is ...
sandesh pawar's user avatar
0 votes
0 answers
471 views

unable to make build on Android giving error: > Task :app:compileDebugKotlin FAILED > Task :react-native-screens:configureCMakeDebug[arm64-v8a] FAILED C/C++: /Users/node_modules/react-native-...
Hassam Shaikh's user avatar
1 vote
0 answers
103 views

For more context, ScrollView does work on a single page website. But whenever I start importing different pages, I get a very curious bug that prevents the ScrollView component from working. I also ...
elliotw's user avatar
  • 11
2 votes
0 answers
751 views

When I uploaded react-native-screens, I faced the below error: error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 Picked up ...
Ebru Özdemir's user avatar
0 votes
0 answers
162 views

I already installed react-native-screens successfully(npm install react-native-screens),but,run the app (metro) i get this error(npm run android) : how to run android app successfully i want to make ...
user24788983's user avatar
1 vote
1 answer
66 views

I have two components in a screen. One is an Image and other is a View. I give flex:1 to main view and give flex:0.7 to image and flex:0.3 to view. import { Image, StyleSheet, Text, View, ...
Haider Mukhtar's user avatar
1 vote
1 answer
384 views

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':react-native-screens:compileDebugKotlin'. Error while evaluating property 'compilerOptions.jvmTarget' of task ':...
Syed Ali Sultan Bukhari's user avatar
4 votes
6 answers
4k views

I am trying to run the app for the Android platform but it's always failing. Can anyone please help me please check below the screenshot of the error while compiling the build for Android? error: ...
Kamlesh's user avatar
  • 447
1 vote
0 answers
225 views

In my React Native app I'm using react-navigation-tabs, for which you need to separately install several other modules such as react-native-screens. I made a custom version of react-navigation-tabs in ...
gkeenley's user avatar
  • 7,648
5 votes
4 answers
4k views

Hey folks I am facing a critical issue on project while running the app on Android. I have visited the related question but not found any solution. Error is following. complete error: Error: ...
Muhammad Haris's user avatar
13 votes
5 answers
3k views

I had to rebuild my gradle for android, and now I'm getting an error with RNScreens. Failed to find fragment for React Root View shows in the app. Here is logcat: 2022-08-20 22:54:02.259 9195-9241/com....
Joel Hager's user avatar
  • 3,468
1 vote
0 answers
1k views

I started leaning react native and stuck at this issue: Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager. I checked on react-native-...
Varinder Sohal's user avatar
2 votes
3 answers
5k views

I am developing an app with React Native and trying to migrate from React Navigation 5 to 6. For this I have followed the steps that come in the Upgrading from 5.x guide. The versions of React and ...
Jon's user avatar
  • 1,115
1 vote
1 answer
1k views

I'm working on a fresh react native project (CLI). So I started adding and configuring React navigation (Stack and Drawer). Also i added React-native gesture handler and react native screens (because ...
Gabriel Porcher's user avatar
2 votes
0 answers
602 views

I have a react-native application that is crushing if it is open from ODK Collect. It opens and works perfectly if it is open from its icon. The error is In order to use RNScreens components your app'...
Wede Asmera Tseada's user avatar
6 votes
0 answers
1k views

.../node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.java:26: error: cannot find symbol import com.facebook.react.views.text.ReactTypefaceUtils; ^...
Xhirazi's user avatar
  • 857
1 vote
1 answer
1k views

I'm having a problem with react-native-screens. My version was 2.9.0 and I updated with the latest version 2.15.2. After I updated it to the latest version it freezes the scrollview under my @react-...
carch's user avatar
  • 267
1 vote
0 answers
343 views

Is it possible to change the height (or add a padding to its content) of a react-native-screens/native-stack header? The default react navigation header has different style properties (such as height) ...
Dion's user avatar
  • 3,345
2 votes
0 answers
398 views

When I try to run tests for storyshots with native screens enabled for react-navigation I get this: Native stack is only available if React Native Screens is enabled. 15 | const getRenderedTree = (...
stereodenis's user avatar
  • 3,755