React Native Responsive Font Size
I would like to ask how react native handle or do the responsive font. For example in iphone 4s i Have fontSize: 14, while in iphone 6 I have fontSize: 18.
View ArticleTrying to Broadcast an iBeacon using React Native
I am trying to create a simple app using React Native that broadcasts an iBeacon. I have found a possible third-party module called react-native-ibeacon-simulator but even a simple test fails. I know...
View ArticleUnable to bridge React native project and ios Project(mapbox navigation) with...
I would like to launch mapbox navigation turn by turn through react native (0.59.10). when i do it without parameters (through an obj-c bridge and then a method defined in swift ) its works PERFECTLY ....
View ArticlesignInWithPhoneNumber() is not working in react-native
hi I am geeting this error in firebase.auth().signInWithPhoneNumber(phoneNumber) Error Domain=FIRAuthErrorDomain Code=17057 "User interaction is still ongoing, another view cannot be presented."...
View ArticleHow can i regenerate ios and android folder?
How can I regenerate ios and android folder in React Native project?react-native-cli: 2.0.1 react-native: 0.61.2❯ react-native eject error Unrecognized command "eject". info Run "react-native --help"...
View ArticleReact Native - How to create URL scheme for my application?
I want to redirect the user from my website to my application. I explore this documentation but I am failed to know how to create a link or deep link for my application that will redirect the user to...
View ArticleReact native IOS InputAccessoryView disappear from the screen after close modal
When I have on my screen InputAccessoryView which has component without nativeID (So it is constantly showing even if the keyboard is not shown) and I open and close Modal (react-native modal) then...
View ArticleReact Native onStartShouldSetResponder and onResponderRelease?
I've created a button that I want to have call a function on click and then again on release. A normal TouchableOpacity or other will trigger a function upon release of a click only, I need functions...
View ArticleAudio background mode not working with react-native-track-player
I'm currently use react-native-track-player version 1.1.8 to stream audio from Internet. It works fine (react-native version 0.61.4)I would like now to use it in background mode, to be able to continue...
View ArticleReact Native - is there a library for sign in with Apple ID?
Looking for a react-native library to login with AppleID
View ArticleNao consigor executar o comando react-native run-ios. Build FAILED [closed]
events.js:167 throw er; // Unhandled 'error' event ^Error: listen EADDRINUSE :::8081 at Server.setupListenHandle [as _listen2] (net.js:1286:14) at listenInCluster (net.js:1334:12) at Server.listen...
View ArticleIntegrate FCM push notifications on react-native ios
Currently the push notifications work fine on Android. But in IOS i am unable to receive the notifications from firebase.Is the FCM device token support on IOS13? Should i use gettoken or getapnstoken?
View ArticlePointer Events Not Working on Ios React Native
I have map-view on the background and a bottom sheet above it with different icon and on swipe up i disable the map-view by making pointer-event value 'none'. Below is the code its working fine on...
View ArticleExpo upload:ios with Release Channels
If an Expo iOS app has been built using Expo with a specified release channel prod-v1expo build:ios --release-channel prod-v1 how can we tell expo upload:ios to upload this build that is configured to...
View Articleld: library not found for -lRCTBlob clang: error: linker command failed
Ld /Users/ajaysivan/Library/Developer/Xcode/DerivedData/MyApp-fhlxfvymksoqhsglhalddkzaekrm/Build/Products/Debug-iphonesimulator/MyApp.app/MyApp normal x86_64 (in target 'MyApp' from project 'MyApp') cd...
View ArticleReact Native: Error message when running react-native run-ios
Has anyone run into this issue?I've used both solutions but no luck...Solution 1: iOS Delete the build folder and rerun the project rm -rf ios/build react-native run-iosSolution 2: iOS Open a second...
View ArticleReact-native ios application build with expo returns error 413 with publish
i have problem with running build react-native application based on expoexpo build:ios returnsRequest failed with status code 413 Error: Request failed with status code 413 at createError...
View ArticleHow to implement radio button in React Native
I am converting React code to React Native. So I need to implement radio buttons.
View Articlewhich technology digital banks use to transfer money
I am developing an app for instant money transfer between customer from different banks, so I wanted to know what technology is used and what security methods too! An example would be Revolut, how does...
View ArticleDEBUG macro is not set in Xcode while running the project in debug mode
I created a new react-native project which spits out an Android project and an iOS project. I am using Swift, so I replace the AppDelegate.m and AppDelegate.h files with AppDelegate.swift. I use the...
View Article