How can I show the suggestion bar over the keyboard
I need to show the suggestion bar over the keyboard, while I am typing there must be some word suggestions & on tap of suggested words those must be updated in TextInput field.In React-Native for...
View ArticleReact Native: How to pass a props variable from other js file to app.js file
I am a new to react native programming.Following is the code I am following:App.js Code:export default function App() { const [userNumber, setUserNumber] = useState(); const startGameHandler =...
View ArticleReact Native two drawers on one screen
I have an app that needs to be able to use two drawer navigators, one on the left and on on the right side of the header. I am at the point where I can get both drawers to open with the slide gesture,...
View Article'React/RCTImageSource.h' file not found React Native
i have upgraded to RN 0.61, i installed react-native-search-api and run react-native link , but when running my project i get this error :React/RCTImageSource.h file not found
View ArticleCarousel that work for iOS, Android and the web [closed]
I want to do a carousel in react-native and target ios/android/webI have googled, and search on github for react-native carousel,The top result of my search is...
View ArticleHow to clip off the image if its outside bounds react native
I'm new to react native development. I want the image to be in aspect ratio and when I try to change its bounds the area outside the bounds should be clipped off. In Android, it is working correctly...
View ArticleReact-native Axios status code response 0 (Skipped) when receive the response...
I have to send an http request to the server, and the request takes up to 20 seconds, during this time I have to send my app to background and open another app to do something else and then get back to...
View ArticleHow to set point selection on the chart in react-native-charts-wrapper?
I have a LineChart on my app from react-native-charts-wrapper and usually after the user taps on the chart the dates's bar appears on the chart like this: But i need to set like just point selection,...
View ArticleReact-Native: how to use "Remote JS Debugger" on real iOS-device?
I'm wondering if react-native's Remote Debugger mode would be possible also on real device. But it stops me with an error page stating "Connecting to http://localhost:8081/debugger-proxy?role=client...
View ArticleReact-native: How to build for ios from windows
We are starting to work with react-native at my company. We have one mac and the rest of the team is running on windows. Is there a way to write the app on windows with the ios device connected to the...
View ArticleCustom font not working in React Native
I want to use a font from google fonts in my app. Here is the font.I have placed the .ttf file in app/fonts. package.json:{"name": "xxx","version": "0.0.1","private": true,"scripts": {"start": "node...
View ArticleReact Native + Firebase - How to navigate to login screen after log-out?
I want to set up authentication in my app, so I'm using firebase (I'm new to Firebase and authentication in react native in general). When I open the app, for some reason it is already logged in, and...
View ArticleBuilding a ci/cd pipeline for react-native ios app: How to run expo build in...
I am helping set up a gitlab ci pipeline for a react-native application that was developed with expo. Here is mygitlab-ci.yml`:image: node/aplinecache: key: ${CI_COMMIT_REF_SLUG} paths: - ~/.npmstages:...
View Articlereact native gifted chat- Can't see messages I send can only see messages...
I'm new to react native gifted chat and whenever I send message and log in as the other user they can see my message, when I however log back in as myself I can't see the message I sent only the ones...
View ArticleIntegrate native iOS SDK into existing React Native project
First of all let me point out I am not a native iOS developer so I am sorry if I confuse some terms regarding native iOS development. I have built an APP using React Native framework. Now I need to...
View ArticleReact Native : BLE, Discover & Broadcast (advertise data)
I'm very new to BLE APIs and capabilities. I want to achieve a "simple" thing. Let's say I'm developing the APP-X. I want to be able to scan other phone around me, with APP-X installed (exactly like...
View ArticleReact-native-firebase: Push notifications not always working on iOS
I implemented an app in react-native that send push notifications via Firebase. Most of the time, it is working well, but sometimes, the push notifications are not received by the device (mostly iOS 13...
View ArticleHow to toggle developer modal on an iOS simulatorin mac-in-cloud?
I'm using an iOS simulator in mac-in-cloud (a mac in browser service). I'd like to toggle the developer modal (like it's doing with ctrl+m on my Android emulator). How can I achieve this?
View ArticleReact Native iOS Build - Directory not found for option
DescriptionI'm doing the build process of my IOS app with the App Center. But it runs pod install and in the next step it uses .xcodeproj instead of .xcworkspace folder. It gives an error of directory...
View ArticleReact Native Lottie - Progress animation using state
I am using react-native to build the mobile Application. Moreover, I am using lottie to show an animation (filling water glass). (Image is attached).In the application there is a button and when that...
View Article