react-native error RCTPushNotification I need be membership of apple to use...
I'm trying to implement iOS push notification for react-native I have tried several ways to implement RCTPushNotification, no effective success via link and manually.Can I enable PushNotification on...
View ArticleLong application startup time in react native ios app with firebase
Our application built with react native and it's using firebase as well.For firebase integration, we are using the react-native-firebase package.The android output is fine, but the ios have an unknown...
View ArticleFlatList contentContainerStyle borderRadius
I am trying to give borderRadius to FlatList's contentContainerStyle but after the items are rendered (images), the backgroundColor of contentContainerStyle become transparent. Without borderRadius...
View ArticleThe version of CocoaPods used to generate the lockfile (1.5.3) is higher than...
on $pod install it gives warning & failsThe version of CocoaPods used to generate the lockfile (1.5.3) is higher than the version of the current executable (1.5.2)What is it trying to say ?macOs :...
View Articleunable to run expo on IOS simulator
i've a problem with expo, who doesn’t work on my ios simulator,on the simulator i have the following message : 'There was a problem running Expo'screen of ios emulatorEverything is ok on android...
View ArticleHow to fix error while building iOS app from expo bare workflow
I recently converted to expo's bare workflow to be able to access their In App Purchase package, and am having trouble building it. I run npx react-native run-ios and end up with this error:The...
View ArticleHow to implement open document with your ios function in react native?
i am developing a pdf reader app in react native for ios my question is that how can i implement a function in ios so that i can open the pdf document throught app by using files app also how can i...
View ArticleUnable to use react-native-image-picker on iOS
I'm using react-native-image-picker to select and upload images on server. It works great on android, but throws error on iOS. The npm link have provided a note that "On iOS, don't assume that the...
View ArticleCrashlytics Crash not displayed on Firebase Console
I use react-native-firebase to implement crashlytics on my app.It worked normally when my app use 6.4.0 version. That version not fully migrated to Firebase Crashlytics.Then, I upgraded to 8.4.2...
View ArticleReact Native component library with custom fonts
I am working on creating a library of shared components for my projects. But I use custom font families. In order to add a custom font to the RN app, there are some steps to be done. But how I can...
View ArticleWhen I use Map View I got this error Object(.) is not a function...
import React from 'react'; import {View, Text, StyleSheet, Button} from 'react-native'; import MapView, { PROVIDER_GOOGLE } from 'react-native-maps'; const ExplorScreen =({navigation})=>{ return...
View ArticleCarthage build failed Xcode 12 12A7209 building
Carthage File contents:github "SwiftyJSON/SwiftyJSON"Error:Build FailedTask failed with exit code 1:/usr/bin/xcrun lipo -create...
View Article'expo' is not recognized as an internal or external command
After running npm install -g expo-cli and successfully installing the packages globally, expo is still not recognized as an internal or external command. Does anyone know how I might get around this...
View ArticleHow to run `npm react-native run-ios` after upgrading mac os and upgrading...
I picked up a react-native project from 2018. I was able to get the app to work in a simulator by typing npm install; npx react-native run-ios on a 2012 mac mini that had Xcode 9.0 installed.However,...
View Articlehow can i make image editor in react native?
i'm making a image editor application using react native.just adding function of and a shape like circle or square._handleAddCircle() { let circle = { left: 20, top: 84 }; let circles =...
View ArticleHow can i remove the default launch screen in react native IOS project
I am creating a new project in react-native 0.61v.How to hide the default splash screen in react-native IOS.
View ArticleHow to implement Paytm all in one sdk in react native giving error after...
I have created this AllInOneSDKSwiftWrapper.swift class then xcode asked me for bridging header I allowed it after adding code which is given in paytm doc it is giving multiple errors in file. i have...
View ArticleXcode 12 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active...
Since I update Xcode to Xcode 12, I've got this error when I build :Check dependenciesNo architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64e armv7s arm64 arm7)I...
View ArticleReact native app crashes in IOS 13 version devices
I am working on a react-native app. The app is running perfectly in android and IOS below 13 version, but it crashes on devices with IOS 13 and above. I don't get any error or warning while running in...
View ArticleReact native can not read property 'prototype' of null
I updated the react native from 0.59 to 0.63.I started getting an error says TypeError: Cannot read property 'prototype' of nullThere is no further detail about the error.How can I debug to get more...
View Article