Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
How to take photo from camera in react native app? latest react native cli versions I tried using packages such as react-native-camera, react-native, react-native-camera-kit and react-native-vision-camera but all these packages are not working in android builds is giving error can anyone can tell me what packages to use in latest versions of rn cli apps?
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 11 days ago.
Improve this question
Is it possible to build a tauri project in such a way that the javascript code remains open and editable so that I don't have to recompile the whole project?
I searched for a similar question on the Internet and did not find an answer.
That's tauri dev's default behavior
However javascript doesn't have HMR you can use vite instead: https://tauri.app/v1/guides/getting-started/setup/vite
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 months ago.
Improve this question
How do we run a custom script from package.json programmatically, for example inside a React Native component?
I know there is exec function from child_process but it says it doesn't exist. Maybe it works on the web, but how can we run it in React native? Thanks.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to build an progressive web app and currently I'm am using react strap but I don't have any idea if it is possible to build an progressive web app with this.
Yes you can build progressive applications using react-strap.
This library give you access to bootstrap react component, to make your application progressive you just need to keep using the React framework.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I followed all the steps which are in the react native docs. I created a signed apk, but when I installed it on the device it is crashing.
Thanks in advance
I am assuming that you follow the below steps :
https://facebook.github.io/react-native/docs/signed-apk-android#docsNav
If you still facing issue then try below link :
https://facebook.github.io/react-native/docs/troubleshooting
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a web app how can I port it to iOS app? The app should be seemed native for the iOS.
The web app is written in Javascript.
You can easily create iOS apps using one of this two platforms:
AppAccelerator or PhoneGap. (however I would suggest to use PhoneGap)