DatePicker android - changing day to 31 to 1 also change the month (+1)
I'm using react-native-datetimepicker to include a native datepicker in my app.With iOS all works good, but I have some problems with the android version... If I change the day to 31 to 1, also the...
View ArticleReact Native drag down to open a top to bottom sliding sheet, drawer, modal,...
A bottom sheet, drawer, etc. (lots of names, I'll be calling it sheet) is used a lot in apps and there are a lot of RN packages for it. I need one top-down, not bottom-up. The video below shows what I...
View ArticleSetting up Detox with Expo on Android
I'm trying to set up Detox with Expo on Android emulator (Genymotion) but I have an error that I can't go through....I've installed the necessary packages :...
View ArticleRunning React Native in WSL with the emulator running directly in Windows
I haven't done Android development in a while, so my knowledge of modern Android development is spotty.I'm trying to learn React Native. I use WSL as my primary development environment. Since it'll...
View ArticleHow to implement playstore in-app update with react-native
How can I implement play store in-app update with my react-native app, which is already live on play store?I have already implemented code push and also internal version check via API calls to force...
View ArticleLoading react native issue on emulator GenyMotion
I am using react nativereact-native-cli: 2.0.1react-native: 0.55.3I was running via react-native run-androidThe screen is always loading the app (Debugger Mode)NOTE: It was sudden issue, it was working...
View ArticleIgnore SSL certificates error in axios/fetch call in react-native expo android
I just started using react-native and am trying to build an android app with it.. I used create-react-native-app and used the expo template. But I'm not able to fetch data from my server kepp getting...
View ArticleHow to expand a row on the click of a Button?
I'm using the react-native-nested-list-view library.I was able to construct a tree-view but by default the expand and collapse in the tree view is done on click of the entire row. But my requirement is...
View ArticleReact Native Camera Kit Flash Not Working
I am using one library(https://github.com/wix/react-native-camera-kit) to read the QR code from the camera. but I am unable to open the flash mode. here is my code <CameraKitCameraScreen...
View ArticleReact-Native integration Support for V2 Pro device SunMI
I want to develop app for both iOS and Android Platform via react-native. Is there any available SDK of SUNMI V2 Pro(https://www.sunmi.com/en/V2Pro/) in react-native???Here is the library i got:...
View Articlefetch SyntaxError: Unexpected token U in JSON at position 0 in react native...
I am using fetch for a "https" GET request it works fine in IOS but throws SyntaxError: Unexpected token U in JSON at position 0 error in android. when i checked the status it was " status 401 ", i...
View ArticleReact Native fingerprint authentication for android and ios both
I have built an android app using fingerprint authentication in Android Studio. I need to build the same thing but using React Native for android and iOS. How to go for it?
View ArticleAndroid Release APK Error while updating property 'focusable' of a view...
I build an app using react-native, it works fine, but when I build a release APK file and I installed it in a real device, I got this errorAndroidRuntime:...
View ArticleHow to update a functional network fetched flatlist in react native with...
I am developing an admin app for woocommerce and new to react native and use react-navigation and expo. I want to stay away from redux if possible because it's complicated to learn at the beginning and...
View ArticleRead Native android Manifest merger failed (networkSecurityConfig)
Note: this is a followup question. I'm trying to allow http traffic in the android manifest of a react native application.As explained here, I created a xml file:<?xml version="1.0"...
View ArticleCan I call a function inside a class using Headless JS? React-Native android
I cannot find any proper documentation for implementing Headless JS in React-Native for android.As, for now I have implemented these:AndroidManifest.xml :<service...
View ArticlePhone doesnt show all text on react-native (Expo)
I have an issue with the output text:This is just a blank react native code.import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; export default function App() { return (...
View ArticleReact-native! Problem with @expo/vector-icons/Fontisno
Unable to resolve "@expo/vector-icons/Fontisto" from "node_modules/react-native-dynamic-vector-icons/lib/components/Icon.tsx" How to solve this?
View ArticleRunning background processes in React-Native(Android)
Is there a single good tutorial that teaches how to run processes in background in React-Native(Android)? I don't need scheduled processes, I need to run a function in the background just as it runs in...
View ArticleReact Native 0.57.x large images low quality
There is really low quality when loading large bundled images, even when using resizeMethod="resize". This happens only on Android, not on any iOS simulator/device. Have tested it on Android 8.1...
View Article