Is it possible to make a camera app using Expo so that the camera will be opened right after I start the app. The solution I found needs to tap a button 'start camera' after the app is started. But I want my app to open camera without pressing any buttons (right like the native camera app on iOS)
I have some problems about with Lottie. I can't moving on this lib.
I have an animation with a .json file ready and I want to use it on the splash screen.
I don't know how to use it. More precisely, I couldn't find any documentation about the script I used.
Installed this:
npm i --save lottie-react-native
npm i --save lottie-ios#3.2.3
I also read expo's documentation about the loading screen, but I guess it wasn't very relevant. The way I used in other methods was different. As I am a new student, I chose Expo CLI. And I know I'm using Babel as a transpiler.
So I'm looking forward to your instructions.
If you looking for animation launch screen using lottie in react native, i would suggest looking into this package.
https://www.npmjs.com/package/react-native-lottie-splash-screen
It implements animation splash screen using airbnb lottie files. Also, I apply this for multiple react native projects and it worked well.
You should check this in same question in stack overflow! (React native iOS - splash screen using lottie file)
Use the Image of first frame of animation as Splash Screen
Then start animation right after splash screen hide
and when animation stop, hide it as-well
When using expo to run react native and running in a web browser, the app takes up the entire screen. How do I make it so that the app can resize and look like a phone screen? I tried opening f12, but there's no button on the top right that allows me to resize the view. Here is a screenshot.
if your question is how to resize your browser? you can follow this.
I don't understand why the warning popup appears under phone's navigation bar. This issue is happening only on android, on Iphone everything is ok.
I am using react-native 0.63 and for navigation I am using react navigation version 5.
Thank you.
Im trying to learn React Native my problem is run my app on android locked screen. How can i get my app screen every time pushed phone lock button and getting my app screen over android lock screen