react-native-ios Questions
5
Solved
running on my device used to work fine. However, suddenly,
when I run react-native run-ios --device,
I get to the ending like
[[ true != true ]]
** BUILD SUCCEEDED **
installing and launching ...
Wherewith asked 16/1, 2019 at 6:28
2
I'm using react native expo audio in my app, I use createAsync to load the audio in the player but sometimes i get Player doesn't exist error and sometimes it works fine. I'm unable to debug the er...
Poach asked 5/12, 2019 at 7:55
2
I want to implement a Mini View or Floating View in React-Native that should be persist or opened until we close it and it should be remain opened if we navigate to other screen any idea about this...
Astylar asked 22/8, 2019 at 8:33
4
Solved
I'm working in a mixed-match app where we use React Native components for a few modules. In this case, I've a tableview in which we add RN components in a few of the cells.
I was able to enable ac...
Depend asked 23/4, 2020 at 8:48
2
Solved
I have a component that has a map with multiple custom markers for various locations and a carousel with cards for those same locations. When a user presses a marker, it should show the callout and...
Stillmann asked 14/5, 2019 at 22:5
9
I'm trying to publish my first React Native app in App store and when I'll build in Xcode:
Product > Archive
appears some error, but i already have main.jsbundle
main.jsbundle does not exist. T...
Beall asked 26/8, 2019 at 19:54
2
Solved
I am trying to retrieve user entered zipcode which is added to the cookie in the webview. How do I get it?
I have tried react-native-cookies which is getting an empty object.
import CookieManager ...
Ravioli asked 6/6, 2019 at 14:10
5
I'm working on an existing React Native project and in XCode log output I get an endless stream of the following errors
2019-01-09 12:15:49.005630+0000 App [13746:3543026] [] nw_socket_handle_sock...
Gretchengrete asked 9/1, 2019 at 12:24
6
As per https://reactnative.dev/docs/environment-setup, I'm trying to run sample project on iOS simulator
When I ran command npx react-native run-ios getting error
info Found Xcode workspace "A...
Athwart asked 26/8, 2021 at 6:24
14
Solved
After upgrading React Native from 0.61.5 to 0.63.2, Flipper causes an error on IOS as typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
On github there...
Falcongentle asked 12/8, 2020 at 12:24
2
Solved
How to open directly my application in apple store ?
I have try with this, but it will open itunes app not apple store app
Linking.openURL(
'itms-apps://apps.apple.com/id/app/halojasa/id149267127...
Chalcocite asked 18/6, 2020 at 8:40
4
Solved
I want to access realm database created by my ios app that I created using react-native. Its easier to use adb pull for android but for ios I am not getting much idea. There are some links like -
...
Selfinductance asked 26/5, 2018 at 6:2
26
Solved
I try to run a react-native-cli project using react-native start, and the metro bundler fails, saying the following:
events.js 187
throw er; //Unhandled 'error' event
Error: EMFILE: too many ope...
Ardyce asked 2/11, 2019 at 20:50
3
Solved
Actually I am using react-native-camera in my app but it is not working in this version (react-native: 0.56.0) & its working in this version(react-native: 0.55.4).
So now I want to downgrade t...
Agglutination asked 12/7, 2018 at 12:49
12
I am trying to show loading indicator in webweb as follow. Loading indicator is showing but there is white background show after page is loaded. If I change to startInLoadingState to false, web con...
Alfaro asked 22/7, 2017 at 16:33
20
Solved
So a while ago I deleted the /ios directory in my react native app (let's call it X). I've been developing and testing using the android emulator but now I'd like to make sure it works on ios with ...
Sankey asked 28/2, 2017 at 10:21
18
when I have a react native project....and when I run pod install it gives me the following error
Invalid `Podfile` file: cannot load such file -- /myPath/node_modules/react-native/scripts/react_nat...
Extrinsic asked 15/8, 2020 at 4:16
6
I am using portrait mode in react-native application. But I want to capture the rotation event of the screen.
Is there a way to do this?
Thanks...
Gunnysack asked 19/6, 2020 at 14:5
8
Solved
I want to open ios setting app from my app. the settings destination is [ settings => notification => myapp ]. to turn on & turn off push notification.
There are some documents about how to l...
Julissajulita asked 16/6, 2017 at 6:53
2
React Native 0.61
I'm trying to figure out where I broke something in XCode or in my iPhone. A couple of days ago everything worked fine - I pressed Run -> Build was successful -> and everything w...
Carrigan asked 29/1, 2020 at 23:55
2
I want to make a splash screen using react-native-bootsplash. I have followed the instructions on npm and the library is installed properly but I am not able to understand how to use it. Can someon...
Vescuso asked 26/4, 2020 at 19:21
9
I've been developing an App using React Native and when I switched to a Mac environment to set up the configurations for ios, after all the setup has been done, the app opens very quickly and close...
Flavoring asked 13/1, 2018 at 23:39
28
Solved
In my react-native project ([email protected]) in the ios/ dir I run pod install and get this error:
[!] Invalid `Podfile` file: no implicit conversion of nil into String.
# from /Users/cor...
Fulvi asked 6/7, 2019 at 22:4
17
I tried to build on XCode but ld: library not found for -lDoubleConversion error occurs. I could build react-native run-ios. That would work, but XCode could not build...
ld: warning: directory ...
Millett asked 28/5, 2018 at 8:58
9
Solved
I am pretty new to macOS and recently shift to macOS from windows, I started to working on react-native app and when I try react-native run-ios it gives me below error
error Could not find "Po...
Szymanowski asked 22/12, 2020 at 5:12
1 Next >
© 2022 - 2025 — McMap. All rights reserved.