Camera is not running
I’m trying to make a prototype application that over and over1- record a video with the camera for x seconds2- displays this videoFor this I use the components Camera from expo-camera and Video from...
View Articleinvalid regular expression : range out of order in character class no stack
I am trying to run about 2 years oldreact-native project. When I run my project, it showing the errorinvalid regular expression : range out of order in character classno stackwhen I tried to run in...
View ArticleMy react native android application does not start from root component when I...
I am using react native navigation Wix V2. Splash screen is my root component. My home page data has been gotten in the splash screen from server and if it has been done successfully it navigates to my...
View Article(Rocket.Chat.Mobile) Try to change firebase Authentication
My name is Mattia, from Italy.The boss of my company ask me to modify the code of Rocket.Chat.ReactNative. He wants change the Firebase linked to the application so that user data remain registered in...
View ArticleHow to trigger full-screen mode on play for embedded YouTube video in React...
I have a YouTube video embedded in a React Native WebView. I'm using the react-native-android-fullscreen-webview-video library for Android which works well in both portrait and landscape mode, but I...
View ArticleReact Navigation - Android didFocus Listener - Issue
I have the following code within a React Native Functional Component. I am using Stack Navigator within a Drawer Navigator.useEffect(() => { const subscription = navigation.addListener( 'didFocus',...
View ArticleWhy ScroView trow me warning message?
I have a problem with React Native ScrollView, it throws me a danger message It’s supposed to be the same as the design but I cannot visualize itmessage: WARNING- VirtualizedLists should never be...
View ArticleWhy does ScrollView throw me a warning message?
I have a problem with React Native ScrollView, it throws me a danger message It’s supposed to be the same as the design but I cannot visualize itmessage: WARNING- VirtualizedLists should never be...
View ArticleError: Unable to determine the current character, it is not a string, number,...
Whenever I run react-native run-android while keeping the emulator running, I get this error. react-native run-ios wroks completely fine.Error: Command failed: ./gradlew app:installDebug...
View ArticleRealtime location updates [closed]
I'm new to mobile development and I was wondering if there is a way to get realtime location-updates without using a foreground-service in IOS and Android?
View ArticleReact Native: How to navigate from app.js
When click notification then I want to navigate notification tab or any other screen from app.js. Is there any way? I have used firebase cloud function for sending notification. Here is my app.js...
View ArticlegetPackages() method in MainApplication.java, the module might be created twice
I'm trying to integrate Razorpay with my react-native application using there official documentation from- https://razorpay.com/docs/payment-gateway/react-native-integration/standard/android/ but I'm...
View ArticleCannot resolve symbol 'build' on line import com.android.build.OutputFile in...
So I just created a react native project using the command react-native init "project-name"I went into the app level build.gradle to connect firebase and I had an error saying could not resolve symbol...
View ArticleHow To force Animated View to not over the screen height borders?
I'm implementing An Toolbar Player in React Native using PanResponderbut I have some issues, When I swipe toolbar to top it's Cross the border Screen hight and still stuck in the top but I don't want...
View ArticleHow to solve dependency conflict in gradle of a react-native application?
My react-native application, using react-native-onesignal was working perfectly but due to iOS problems I had to change "firebase" to "react-native-firebase". After added...
View Articlewhat is the difference between AsyncStorage and OnSaveInstanceState android
I am looking for a way to save state between screen transitions and i found OnSaveInstanceState using native Android and AsyncStorage using React Native and im generally wondering what the difference...
View Articleonce build(release mode) generated react-native-event-listeners has stopped...
Integrated react-native-event-listeners library for emitting events in the app depending upon an action and then added listeners to listen for the same event on other screen, which is working pretty...
View ArticleBest way to track location in background for react native app [closed]
I want to track user location in background-process in certain intervals and send it to server for appropriate response
View ArticleBackdropColor doesn't work on android (react-native)
BackdropColor doesn't work on android, but it works fine on ios. And it blinks when the modal is closed.What I expected: What I actually got: What I've tried: I have tried to give windowWidth and...
View ArticleHow to make the React Native Gifted Chat icon change if the chat isn't sent...
I use react native gifted chat, and I want that when a user fails to send a chat to the server then the icon in the bubble changes?Maybe if a user fails to send a message, an icon like this will...
View Article