EdgeLight: Screen borders are not going beyond the notch and softkeys in...
I am just trying to implement "edge light" Ref in react native.I have this below code to achieve it.<Layout style={{ flex: 1, paddingTop: 18, paddingBottom: 18, paddingLeft: 28, paddingRight: 28,...
View ArticleExporting APK from react-native project
I'm trying to export APK from a react-native project using this command./gradlew bundleReleaseit fires this error : Build file '/Users/mohsen/Desktop/fzapp/android/app/build.gradle' line: 154here's the...
View ArticlePackage signatures do not match the previously installed version
This my project: https://github.com/kenpeter/my_hak_news, which is a direct copy of https://github.com/grigio/HAgnostic-News.Git clone https://github.com/kenpeter/my_hak_news, then run react-native...
View ArticleHow to handle multiple API calls in single component in React Native?
I have react native parent component which contain 4 child components. Each child component need the web service data from different API's. If I call the web service, the parent component render 4...
View ArticleHow can i use the Keystore generated from Android Studio in react native?
I Generated a Keystore using Android Studio Build -> Generate Signed APK -> and provide key info.the generated file - myKeymyKey without .keystore extension!But In a terminal, as usual, we got...
View Articleaccessing built in notes app IOS and Android - React Native
is it possible to open Notes app on Ios and Android when the phone has built in Notes app ?i cannot find any package or apps name (trying to deeplink) the Notes apps on both android and ios.is every...
View Articlewhy gradle can't start my react native app
I'm new to react native and im trying to start my first project using android studio.I followed the instructions in "Setting up the development environment" of react native and finally built my project...
View Articlecan’t build the app for android after ejecting to native project
After ejecting my expo project to native oneI can’t export APK filewhat I wonder is , why considering this task : ??Task :app:bundleReleaseExpoUpdatesAssets FAILEDI ejected expo , it fails always in...
View ArticleHow to create a custom React Native component with Android Java Camera View...
I am trying to build a react-native android app for augmented reality purposes which I need a live camera preview displayed on the screen. So I'm trying to make my own Android camera component instead...
View ArticleReact-native build error in...
I am facing issues with my react-native app. It was working fine before the re-installation of windows after I have re-setup everything from android studio, whenever I try to run "react-native...
View ArticleHow to Launch a React-Native App inside other React-Native App
I am having a requirement,wherein i have a React-Native app (PrimaryApp),and having a Game-App(Secondary App) which is also developed inReact-native.Now on a button click of Primary App I want to...
View ArticleReactNative JS text not Updating
After Successfully setup the React Native Environment,after running i got an screen by default text"Welcome to React Native,To get started ,edit App.js,Double Tap R on your keyboard to reload,shake or...
View Articlehow to send data from android activity to reactNative android bridge module
I've integrated stripe android sdk in my react native application for payments. The flow is likereact native button calls native module (js bridge) and that moduleopens up an android activity for...
View ArticleReact-Native array of refs
I create my components in a loop, and I need a way to retrieve data from them, but all my refs are undefinded.<Tile id={i} key={i} isActive={this.state.isActive} num={numbers[i]} getNext={() => {...
View ArticleTask 'installDebug' not found in project ':app'(npx react-native run-android...
After running npx react-native run-android i got the common issue "Task 'installDebug' not found in project ':app".'Following an advice i tried to do this...
View ArticleBest library for horizontal bar charts in react native? [closed]
I want to create a horizontal bar chart in react native as follows.. horizontal bar chart with labelsWhat are the best react native libraries for this requirement?
View ArticleCan not create generated signed apk in React Native
I have a React Native project which runs a device without any error on debugging. Every time I try to create signed release .apk I have the following error> Task: app: bundleReleaseJsAndAssets...
View ArticleReact native 0.62.0 - Network request error on Android for file upload
I have upgraded react-native to 0.62 and i got the problem of Network error for Android only, iOS works fine.I use FormData object to populate data formated asconst data = new FormData(); // On Android...
View ArticleReact Native - Deeplink doesn't works on android's release build
I have issues with react-native deeplinks on android.Deep link works when in debug mode but when i generate release build, it doesn't works.It opens app though but doesn't route to expected path.url is...
View ArticleDefault Sound notification from firebase not work in Android?
I'm trying to send a notification using cloud functions to android devices,It's received well but without default notification sound it's silent.although in sendToDevice option I send it like...
View Article