Using react-native to build a mobile app that uses a database to store...
I come from a few months' old background of full-stack web development. I'm new to mobile development and I had questions about using react-native for iOS and Android.From the tutorials I looked at...
View ArticleNotification not receiving in iOS for react native project
I have a react native project. I am able to receive the FCM token successfully but when trying to send a notification, the app doesn't receive the notification. The steps I followed are as...
View ArticleDelete previous notification(s) using react-native-push-notification
I'm writing an app that sends a local push notification every fifteen minutes while a background timer is running via react-native-push-notification. If notification n isn't acted on by the user, when...
View ArticleHow to set iOS status bar background color in React Native?
Is there a single place in the react native iOS native code that I could modify to set iOS statusbar backgroundColor? RCTRootView.m ?The react native StatusBar component only support backgroundColor...
View ArticleReact Native's React-Navigation: Adding a badge in TabNavigator's Tab
In React-Native with React-Navigation I have a Tabnavigator like so:const testScreenNavigator = TabNavigator({ Tab1: { screen: Tab1Screen }, Tab2: { screen: Tab2Screen }, Tab3: { screen: Tab3Screen...
View ArticleRemoving launch screen in react native app
I am developing an app in react-native.Whenever I start the app I am getting the below screen as the start screen.Any idea how can I remove it?I am new to the react-native world. Any help is highly...
View ArticleWhat are my options to create a mobile app that uses a python for processing?
What do I want to do?I want to create an app that uses python code to process things in the backend, why? since I know python and it has so many useful library's that can save me a lot of dev...
View ArticleCan’t update the property of a child component from a parent component in...
I’m newbie to React Native for mobile development. I’m using Expo. I can’t manage a state.I have a SearchTextBox component, I want to set text property from the parent component, however I couldn’t...
View ArticleSet up different language for iOS app using react-native and expo
So I have an app written in react-native which uses expo and I want my app to support only one language - polish. The problem is some of built in components aren't translated, for example when app asks...
View ArticleHow change font-family (custom) of react-native webview
I am using react-native webview to display some web content in myreact-native app. and my app font-family and webviewfont-family is different.I want to change webview font-family from app.Is there any...
View Article@react-native-firebase/messaging : TypeError: (0 ,...
I am using @react-native-firebase/app": "^8.2.0", @react-native-firebase/messaging and react-native v0.61.0.also using @react-native-community/push-notification-ios": "^1.4.0" and...
View Article"config.h" file not found in iOS project of React native
In X-Code project of react native, getting error config.h file not found.Here is version detail :react-native-cli: 2.0.1react-native: 0.51.0How to solve it?
View ArticleReact Native app, does not show in iPhone setting app
I am new to react native, When I run the iOS project from Xcode, it is installed successfully.However, I am not able to see my app in the setting app of the iPhone.Xcode Version - 11.6iphone version -...
View ArticleHow to change React Native cursor color?
I am using React Native and I would like to change the cursor color of a text input. I actually got the default blue color.How can I set a global color either in JavaScript or in AppDelegate ?
View ArticleReact Native: How to disable PanResponder temporarily?
Below is the snippet for creating an instance of the panResponder: constructor( props ) { super( props ); this.position = new Animated.ValueXY(); this.panResponder = PanResponder.create( {...
View ArticleCascading text styles for custom fonts in React Native iOS
Using custom fonts in React Native, I want to apply CSS for Text elements that cascade to child elements. From what I can find, in order to apply a style you must specify the exact font with the style...
View ArticleActions don't have "type" - Error In React Native
I am a beginner in React Native, Trying to learn redux, with functional components, stuck on this error."Error: Actions may not have an undefined "type" property. Have you misspelled a...
View ArticleUnable to install from Appstore: Apple Pay Not Completed
My app is not using any form of apple payment. But somehow when my user is trying to download it is shows "Apple Pay Not Completed". The user is using an Iphone XS Max. The user is also able to...
View Articlescript by eval became stuck on react native version 0.63.1 (iOS)
"react-native": "0.63.1"I have some dynamic javascript run using eval in react native iOS. If the same code is not wrapped in eval, it works fine but if executed by eval it became stuck and I had to...
View ArticleReact-Native Ios build errors
I am trying to build the react-native ios app but I am getting below error.Please help meerror reading...
View Article