Task :react-native-gesture-handler:compileDebugJavaWithJavac FAILED
I need to use react-native-scrollable-tab-view and accompanying that, I also installed/setup react-native-viewpager following this link. This error suddenly appeared and currently, I still can't find a...
View ArticleRCTEventEmitter causing issues while making iOS archive
We are trying to make a build of React Native app in iOS and everything goes fine when we run the app on the iOS device whether it is in debug mode or release mode.But for uploading when we try to make...
View ArticleReact Native Debugger state undefined
I am trying to use the remote React Native Debugger for my project. I have installed React-Native-Debugger on my Mac with $ brew update && brew cask install react-native-debugger. Then I added...
View Articlereact-native-maps fitToSuppliedMarker/fitToCorodinates does not show all markers
i am trying to use simple MapView and display 2 markers. they both appear correctly on map view but not visible on screen at same time (Image1 rendered by default)i have to perform manual drag...
View ArticleReact Native - BVLinearGradient - 'React/RCTViewManager.h' file not found
I am running my React Native app in the iOS Simulator, and I am trying to use BVLinearGradient. I followed all of the instructions in the GitHub ReadMe, but I am receiving an error related to...
View ArticleHow do I address React Native network requests failing after upgrading to HTTPS?
EDIT: My issue was I'd moved my repository and in my state of coffee deprivation pointed my editor in the wrong place. Having actually edited the correct sources, my app works fine.I've been developing...
View ArticleHow can I make React Native use the XCode legacy build system?
I'm kind of new to IOS development and especially XCode, I can't manage to find a solution to my problem, so I hope someone here will be able to help me.Until now I managed to build my react native app...
View ArticleHow to change shape of bottomTab
I want to update react native navigation bottom tab bar shape in ios. As its set to default and i want to customise the bottom Tab to meet my desired result .Please help me so that i can solve this...
View ArticleOverride old notification- IOS
I'm trying to group notification(override old notification), and i'm using postman to send them(for checking) to the FCM, checking on IOS 13.3.I'ts work in Android with "tag"The problem in IOSI...
View ArticleWhere to store data locally to be persistent and safe using React Native...
This is not a question on what storing system use, but is a question on what are the possible strategies to store data locally on a mobile platform (iOS and Android).I wouldn't use AsyncStorage because...
View Articleprogrammatically retrieve Header component height - React Native
Using NativeBase, I added a Header component. Now, I want to programmatically retrieve the height of the header. How can I do this. The code for adding the Header is given below:I tried using...
View ArticleRN fetch blob download docx or pdf from URL in IOS
What is done:Implemented in Android and its getting downloaded in specific DCIM directory in android. In ios using DocumentDir to download the pdf or docx file. Using "rn-fetch-blob":...
View ArticleI want to display an animated GIF on the splash screen of iOS with...
As the title says, I want to display animated GIFs on the iOS splash screen. However, I saw a lot of information that the iOS splash screen does not support animated GIFs. If you know how to achieve a...
View ArticleHow to properly sub class React native webview to disable the context menu on...
I need to disable the default context menu, that pops up when some text is selected in the react-native-webView.I forked the library and added a new MyWebView.h and MyWebView.m files to try and disable...
View ArticleRN 0.38.0 React/RCTBridgeModule.h' file not found
This is a long shot, but I've taken over a project done in RN v .38 and I need to update a library and resolve the build issues without updating the version of react native. I'm trying to update the...
View ArticleReact Native / Expo iOs - Network Request Failed with Fetch on my Api
Firstly : i went through many ( MANY ) post about this problem, tested them all, but it seems that i'm cursed, or something like that ?I'm working on expo with the LAN method, on iOs. My back is on...
View ArticleReact-native - ios - Enoent - No such file or directory found
I'm building an app in react-native for ios. When attempting to build, xcode reports no errors and the simulator starts up. The app begins to load and I get a red error screen with the following info...
View ArticleReact native video not playing video from uri response from React native...
I am trying to play react native video from uri returned by react native cameraroll. but video is blank. Code for camera roll is: CameraRoll.getPhotos({ first: 100, assetType: 'videos', }) .then(r...
View ArticleReact Native how to display Device folder for file manager app
I want to display my device folder for Gallery app development in React Native. i was searched lot at Google but no improvement. anyone have an idea, please share it.
View ArticleIs there a way to properly format with React-Intl where I don't get this error?
I am working on a React Native application where I need the post_date that I am getting back from a third-party API to not show up as: 2019-05-10 11:26:39, but instead display: x many days ago.I tried...
View Article