Send / submit button not calling linked function in React Native
The button in the example below doesn't seem to be calling the function linked to it when the keyboard is up / TextInput is on focus. It does work when the keyboard is down, though.My best guess is...
View ArticleReact Native upgrade 0.73 Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher,
During the process of updating RN to 0.73. I am running into this issue on the app center ios pipeline.ld: Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher, referenced from:...
View ArticleCustom Button in React Navigation Wix Bottom Tab
I'm using React Navigation Wix for my App and I want to achieve something similar to the below design (Attached image).Actually the problem with the wix is that we don't have the ability to customize...
View ArticleHow can I show notification actions by default
I am developing an app with react native and expo-notifications. The notifications have 2 notification buttons that are shown once the user long-presses the notification.Is it possible for those...
View ArticleOnce I install a TestFlight build on top of the version of the app from the...
https://stackoverflow.com/questions/33539534/testflight-alert-while-testing-update-you-already-have-this-app-installedI currently have the exact same issue as the problem I linked here. I deleted...
View ArticleDisable zoom on web-view react-native?
How to disable zoom on react-nativeweb-view,is there a property like hasZoom={false}(just an example) that can be included in the below web-view tag that can disable zooming.It has to be working on...
View ArticleGetting unnecessary log while adding NotificationService Extension in IOS
I am using react native for an app.Just added NotificationService Extension for rich notifications and trying building my projectGetting these unnecessary log in console when hit to run on...
View ArticleUpgrading OpenSSL-Universal 1.1.1100 to 1.1.2300 on iOS React Native
I need to updrade OpenSSL-Universal 1.1.1100 to 1.1.2300 on iOS React Native.Here are my pod install logsInstalling BEMCheckBox (1.4.1)Installing BVLinearGradient (2.8.2)Installing CocoaAsyncSocket...
View ArticleExpo: How to add a "folder reference" to the iOS Xcode project
I'm building an React Native app with Expo. I need to add a reference to a folder containing multiple files into my iOS Xcode project so that all the files are built into the IPA. I can do this...
View Articleexpo run:ios is not working due to AddInstanceForFactory: No factory...
I tried to run a react native expo project using these steps:Pull the updated codedelete node_modulenpm installcd /ios and pod installiOS - expo run:iosAndroid - expo run:androidBut for expo run:ios I...
View ArticleForce users of an android/ios application to update it
I am a developer and I am in charge of uploading new versions of an application developed with react-native. I am going to release a modification and this modification makes that for previous versions...
View ArticleUsing react native library for IOS (Healthkit ) and running dev server on...
I just started using expo development builds. I'm an swe and I develop with typescript, so naturally chose rn/expo.I'd like to first deploy an ios app, and then extend to android. I currently have an...
View ArticleExpo Document Picker not allowing to pick a document
I am using Expo with React Native for my app. upon clikcing on a button, i want the user to have the ability to upload multiple pdf files. I am using expo and the expo go app (on a physical device and...
View ArticleReact-Native iOS app is crashing immediately upon launch when creating...
I have created an app for iOS using React Native. I've gotten the app to a point where it works on the iPhone simulator via the Expo App. It even works when creating a build of the app to distribute...
View ArticleIssue: React Native onEndEditing makes the keypad go down, which i dont want...
I have been trying to ensure that when I press the tick on the keypad it doesn't go down or disappear. I want to make the keyboard visible even after I press the tick button to add. I want the keypad...
View ArticleSandbox: bash(72986) deny(1) file-write-data...
Xcode build Share extension error for react native.Sandbox: bash(72986) deny(1) file-write-data /Users/XXX/ios/Pods/resources-to-copy-XXXShareExtension.txtI have tried to rebuild many times and still...
View ArticleReact Native Pell Rich Editor & QuickType (predictive text)
Does the React Native Pell Rich Editor support the QuickType (predictive text) bar on iOS? I am using the above library in the component below. Works great, except the QuickType bar is missing from the...
View ArticleUncaught exception 'NSInvalidArgumentException' when running Expo iOS app in...
I am trying to create a release version of my app for iOS using Expo. The app works perfectly on Android (both simulator and physical device) and on the iOS simulator. However, when I run the app in...
View ArticleOn iOS is there a reliable way to monitor wifi changes in the background?
I'm working on an iOS app where I'm trying to implement a feature that detects when the currently connected wifi network has changed and executes some code in response to that change (nothing huge like...
View ArticleHow do you debug React Native?
How does one debug their React code with React Native while the app is running in app simulator?
View Article