React Native shadow to the top to give "shelf" like effect
I'm trying to recreate the below image using react native shadow. As you can see, with the shadow, it seems like the image object is on top of a white shelf.Here's my attempt. But my effort lacks short...
View ArticleHow can I pop modal view on swipe down in react-native?
In the below video, I want the same behavior to take place after I swipe down to close the modal.There are 2 types of close happening in this video:On click of hide modal button, the modal closes as...
View ArticleReact Native Error: EMFILE: too many open files, watch
Getting the following error and not 100% sure why. Currently getting this issue when I run my app in ios simulatorI've tried to do npm install watchman, But I just saw the latest update on the npm...
View ArticleReact native bind scrollview for auto hide header with refreshcontroll and...
I am using react native(0.61) to build an app with scroll view on home screen. i have to implement header bar with auto hide and need to add refresh and infinite scroll (Like Facebook Timeline). so i...
View ArticleImages Don't Load in Xcode iOS emulator
Hi I am trying to develop a webapp, and when I run my React Native code in the Xcode iOS emulator, none of my static images (located in a 'src/assets' folder) load. My syntax of loading Images is...
View ArticlePush Notifications Firebase iOS - Notifications coming without sound
I'm working on a project(REACT NATIVE) using firebase for push notifications.For the Android part everything is alright, however on iOS the notifications are coming without sound.I don't know if the...
View ArticleHow to get text content from iOS screen?
How to get the text content on screen? Both from a WebView and a Native App.On Android this is possible using the accessibility tools. But so far I haven't found how to do something like that on iOS.I...
View ArticleHow can i add ReCaptcha-v2 in react native form?
1.WebviewOn using Webview is there a way to show the picture popup in modal and Recaptcha checkbox alongside the form fields???2.Without WebviewAlso are there any other ways for implementing Recaptcha...
View ArticleCan I insert RN code in my existing native app?
Below things is my situations(, needs)I have existing native app(Android and IOS).I wanna add a new function to my native app.the new function should be made using React Native code (because of code...
View ArticleReact Native - getProducts is empty in android react-native-iap
i had integrate react-native-iap for in-app purchase for ios and android. i had added the product ids on both store iTunes and play console. i also follow the code as example. the product list gets...
View ArticleReact Native: How can I create a new Text component from a function?
I want to create a new Text Component through a function called by pressing a button.import React, { Component } from 'react';import { StyleSheet, Text, View, Button } from 'react-native';export...
View ArticleHow to open App Store instead of iTunes store with react-native-version-check
I am using react-native-version-check to open app store/play store if update is available, but on iOS it open iTunes store, I want to open AppStore.This is my code: _onPressUpdate = async () => {...
View ArticleHow to make a "Rate this app" link in React Native app?
How to properly link a user to reviews page at App Store app in React Native application on iOS?
View ArticleITMS-90809: Deprecated API Usage when i use react-native-webview
i'm using react-native-webview but when i publish the app to Testflight it send me :App Store ConnectDear Developer,We identified one or more issues with a recent delivery for your app, "AlBiddaPark"...
View ArticleUploaded application to appstore cannot see in activity
I uploaded my application to the app store through xcode, the upload is successful but I can't see the build in my application's activity.When I try to upload it again it says that there already exists...
View ArticleReact Native Push Notifications not appearing in settings
I am new to react native and I am trying to set up push notifications via iOS.I have installed pushNotificationios and followed the instructions given. I have also signed up as an Apple Developer. When...
View ArticleWidget iOS 14 create the ui with react native using swift ui
Widget example in iOS:Example of the react-native(js) code written below:import React from 'react';import { Text, View, NativeModules } from 'react-native';var Widget = NativeModules.Widget;const App =...
View ArticleHow do you configure VSCode to run on an iPhone with React Native
I want to run a React Native app on an iPhone, not on the simulator, using VSCode.I came across this past question but cannot get various things here, including the accepted answer to work.The original...
View ArticleMain app can't reference framework used in React Native Library
I need some advice about building react native library that using framework. I'm trying to build one using this library. My react native library contains these...
View ArticleHow to get historic Step data from HealthKit
I want to fetch historic pedometer data from HealthKit. But documentation states that only the last seven days are available.The thing is: other apps exist, that plot years of data of mine.Does anyone...
View Article