is there anyway I can screen record react native app?
Please, I need any information on how I can screen record view or any other component on react native just like react-native-view-shot for images
Please, I need any information on how I can screen record view or any other component on react native just like react-native-view-shot for images
I'm facing this issue when I try to run the app in Xcode. my Xcode version is 13.2.1 (13C100) -U and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together Here's my podfile $RNFirebaseAsStaticFramework = true require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform…
Below is the error while installing react native navigation. help me to sort out this problem: npm install -- save react-navigation npm ERR! code ENOENT npm ERR! syscall rename npm ERR! path E:ReactNativelogwithfirebasenode_modules@react-navigationcorenode_modulesreact-is npm ERR! dest E:ReactNativelogwithfirebasenode_modules@react-navigationcorenode_modules.react-is.DELETE npm ERR! errno…
A friend and I are developing a small react-native app. He recently included Es-lint and prettier to the project and I have an import error I have not been able to resolve since. Any imports from react-native show the following…
I want a UI simillar to the image in which corners above a view should be rounded in as shown in as image.
Having error, dunno what's wrong in here. Any idea? I need to get longitude and latitude. kindly tell me if there are any other good approach with Expo created react native project. thanks! import { StatusBar } from 'expo-status-bar'; import…
I am trying to make an experience point counter for a project I am working on. I want it to increase by 15 each time the user reaches the "Quiz Completion" page that I have and display the number on…
how can I fix these problems and run the app without errors. PS: I tried to adopt the app on other views with the same code and the code is working. Console Warning Code: import React, { useState, useEffect }…
My react native code: const signin = (dispatch) => async ({ username, password }) => { try { console.log(username, password); const response = await tracker.post( "/login", (data = { username, password }), (headers = { "content-type": "application/x-www-form-urlencoded", }) ); await…
I have to show two different FlatList one has only single column and another has two columns on same screen and I want to show it in a manner once first list data has completed only then it will show…