Questions Tagged [React-Native]
Ask Question React Native Is a Javascript Library Used to Build Native Mobile Apps Using React. the Focus of React Native Is on Developer Efficiency Across All...
React Native is a JavaScript library used to build native mobile apps using React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere.
Must Read
128,165
questions
1
vote
0
answers
8
views
React Navigation - Dynamic Height of Container
I am trying to achieve a bottom sheet for a mobile app, with a navigation.
I am using react-native-bottom-sheet and react-navigation v6.
The react-native-bottom-sheet works fine with dynamic height, ...
1
vote
0
answers
6
views
Network Error React Native on IOS Production
I am facing an issue with a react native app in production. Some request fails and other go through. The issue happens to a lot of users and it's random. Only happens to our ios app and not our ...
0
votes
0
answers
7
views
On back navigation - tailwind styling stops working
I have a project which uses tailwind. On the home page I have some styling in the layer base, which is saying that every h2 should be bold. That works ok. When I go to another page using the ...
0
votes
1
answer
9
views
Keyboard isn't responding with expo start
I have an app with some TextInput on a screen. I had to do changes on a component which doesn't affect the layout of this screen nor those TextInput in any ways. For what I can say, everything worked ...
1
vote
0
answers
6
views
black video popup shows up on IOS in react native app
I am trying to show banner ads using Banner from react-native-ad-manager, but there is a black popup shows up with video controls on the screen. I have to close that black video popup in order to use ...
1
vote
2
answers
14
views
Expo-cli ReferenceError: process is not defined
I installed expo-cli 5.4.10 (node v16.14.0) after which i execute the command
yarn start
I go to the browser and see this error in the console ReferenceError: process is not defined
looking for ...
-1
votes
2
answers
37
views
How to set destructuring values?
I have this:
const {
user,
id,
name,
desc,
photos,
video,
price,
} = route.params;
<ProductFooter
selectedOptions={selectedOptions}
{...route.params}
/...
1
vote
0
answers
8
views
Resolve Navigation Error in React Native : Initial Route Name is not working
I am getting this warning and even though the initialRouteName is set to MountedScreen still it open unmountedScreen at start.
Also anywhere I am pressing TouchableOpacity, the screen navigates to ...
-2
votes
0
answers
5
views
React native using typescript how authentication Instagram Graph API
Like this type of authentication
0
votes
0
answers
3
views
Mapbox Auto zoom - Depending on the number of properties
We are building a react native property app and using your Mapbox plugin to build our map page. On the map page, we want to show Properties on the map. Now, when a location has a lot of surrounding ...
0
votes
0
answers
15
views
How to convert rewarded ads coins to currency?
I have an app that has rewarded ads using AdMob, now when a video advertisement is viewed I can see the reward having coins returned but how can I implement a way of converting those coins into what ...
0
votes
0
answers
6
views
react-native-esc-pos-printer ios not working
I am using your package about the Epos printer.
I am facing an issue with my Epson m30ii printer. It's a blue tooth printer. I am trying to ...
0
votes
0
answers
44
views
React native unexpected error has ocurred
first time using react native. When i run npm start and open the localhost, it says "An unexpected error has ocurred". If i scan the QR code in the Expo app, it says "Something went ...
0
votes
0
answers
7
views
React Native Notifee on Android - endless loop of notifications
I have a problem with Android repeating notifications (used Notifee library version "@notifee/react-native": "^4.1.0"). The notification is fired many times on some devices and ...
0
votes
0
answers
8
views
Appcenter signed apk not installed
I have a react-native project that's working fine on my local.
In order to distribute it to testers, we're using Appcenter.
The problem is that the iOS build is fine, but the Android build is not ...