Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Browsing all 16549 articles
Browse latest View live
↧

React native start scroll after animation

Experts, I'm new in react native and I would like to ask if the animation of native ios ScrollView header is achievable in react nativeI want Scrollview to start scroll after header animation end,if...

View Article


XCode : undefined symbols for architecture arm64 "_RCTSharedApplication" when...

When I do an archive with XCode, I get this error : undefined symbols for architecture arm64 :"_RCTSharedApplication", referenced from: -[ProjectTests testRenderWelcomeScreen] in ProjectTests.oI'm...

View Article


Invalid SwiftSupport XCode 11

I had a working ReactNative app and I was able to upload it to AppStore with XCode 10.3. When I swicthed to XCode 11.x (I tried all versions up to 11.5 without any build changes), I am getting an email...

View Article

Drawer navigator overscroll background different at top and bottom

My drawer content has a red background for its top elements and a gray background for its bottom elements.When setting the background of the drawer to red then the overscroll at the top looks fine (it...

View Article

Why is my iPhone refusing to connect to a http server when I've told it that...

I’m playing around with React Native using the Expo toolkit. I use fetch to get a tiny html page from Node.js running on my machine. The protocol I use is http not https because I don’t have a signed...

View Article


How to run/view ios version of react-native app without having apple device/...

How can I run or at least see how my react-native app looks on iPhone device. I heard you can do it using expo on several sites but I cant find any instructions. I dont own ios/mac device. And can't...

View Article

My AppCenter fails with error "No `Podfile' found in the project directory"...

I have a React Native (v0.59) project and I'm trying to compile the iOS version on AppCenter and I keep getting this error:No 'Podfile' found in the project directory.I'm not using cocoapods on my...

View Article

How do I fix null is not an object React Native Splash Screen

I have followed the instructions from this exactly: https://www.npmjs.com/package/react-native-splash-screenAs well as watching a youtube video that goes over the same steps.My code is:import * as...

View Article


React Native multi-line vertically centered text on IOS trouble

I'm using a multi line TextInput in my react-native application and been stuck on this for a while. I can not get the text to be vertically aligned on IOS devices.using textAlign='center' puts the text...

View Article


Can't use react-native-vector-icons

So I am trying to use react-native-vector-icons however I'm getting a myriad of issues.First, I install the package via npmnpm install react-native-vector-icons --saveHowever, linking is now...

View Article

How can I set notification sound when app is not running in React-Native...

I'm trying to make notification ringing when app is not running in IOS.Here is my code. this.notificationListener = firebase.notifications().onNotification((notification: Notification) => { // SET...

View Article

How to send push notification to all android and ios devices at once in react...

I've found a way to send push notification to a single device using expo but dont know how to send to all devices

View Article

How to disable user text selection in WebView [React-Native]

I'm trying to figure out how to disable text selection while in a React-Native WebView for my ios app. Using the css style user-select set to none on the site doesn't seem to be working while using a...

View Article


how to exit react native app when clicking a button?

I am devloping a mobile app using react native and i want to exit the app after clicking a button.My scenario is that if the user has not verified his/her email after certains days i will prompt the...

View Article

React native command not found

I am starting to install react native. I had successfully installed homebrew, nodejs , npm. but not able to install react nativeFirst I had tried npm install -g react-native-cligives me write...

View Article


How to change value of input react native

Sorry I am new to React Native, and want to know how to change current input value?As in my case, if I enter a new word directly into input the previous word or the previous value in the value will...

View Article

Image may be NSFW.
Clik here to view.

Expo Client Not Getting Installed On Mac?

The below command to install expo client in the official react native documentation fails.npm install -g expo-cliThe error shown is attached as a screenshot below.Someone please tell me how to solve...

View Article


Image may be NSFW.
Clik here to view.

Test IAP in simulator - react-native?

I use react-native-iap, And I have Non-Consumable so I use getAvailablePurchases() but in every time I get this errorCannot connect to iTunes StoreSo I can't test what I do while developing or if the...

View Article

react native firebase handle click action on push notification

I'm working on my react native application and i'm sending push notifications using firebase : in my component i imported librairies : import firebase from '@react-native-firebase/app'import messaging...

View Article

Image may be NSFW.
Clik here to view.

How to wrap text in React Native's Picker?

I have a really narrow picker due to the lengthy selectedValue.How do i wrap the selectedValue so it will show the full value without using the double dots (..) at the end of the value?And also, is...

View Article
Browsing all 16549 articles
Browse latest View live