Expo is an open-source and free platform that lets web developers build truly native apps that work across both iOS and Android by writing them once in just JavaScript.
I'm trying to understand how I can do a signature capture in React Native. My App is created with create-react-native-app …
react-native expo create-react-native-app signaturepadI built a React-Native android app and uploaded to Google Play, which worked fine. Now I have a new build …
android react-native expoI am currently using react-navigation to do stack- and tab- navigation. Is it possible to re-render a component every time …
reactjs react-native react-navigation expoSome of your project's dependencies are not compatible with currently installed expo package version: - @react-native-community/netinfo - expected version …
reactjs react-native expo react-native-community-netinfo metro.jsGetting this error when adding react-navigation-drawer to my expo project, any idea how to fix this?
javascript react-native expoI want to use Bullet Character/ Small Circles used for passwords in React Native Text component. Is there a way …
react-native unicode expo bulletedlistI'm getting this error with npm [email protected] when I try to generate a QR code with react-native-qrcode-generator I'm using react-native …
react-native expo react-native-webviewI want to start programming in React-native and have few problems: -Whenever I run npm install -g react-native get this: …
reactjs react-native react-native-android expo native-baseScreen1.js import React,{useEffect} from 'react' import {View,Text} from 'react-native' import * as firebase from 'firebase/app'; import '@…
javascript firebase react-native expoI have tried many attempts to get react-native-image-picker up and working with my RN app. I am using Expo and …
react-native expo react-native-camera react-native-image-picker