🌐
React Native
reactnative.dev › docs › getting-started-without-a-framework
Get Started Without a Framework · React Native
If you have constraints that are not served well by a Framework, or you prefer to write your own Framework, you can create a React Native app without using a Framework.
🌐
Dian Apps
dianapps.com › home › building a react native app without expo: a comprehensive guide
Create a React Native App Without Expo
September 4, 2024 - Unlike Expo, where everything is handled behind the scenes, creating a project without Expo gives you full control over the process. To create a new React Native project, use the React Native CLI: ... Replace MyApp with your desired project name.
🌐
DEV Community
dev.to › shivams136 › create-react-native-app-for-android-ios-and-web-without-expo-48lc
How to create React Native App for Android, iOS and Web without Expo - DEV Community
February 5, 2022 - In this article, we are going to see, how to create a React Native App which can run on Android, iOS and Web Browser. We'll NOT be using Expo in this process.
🌐
Medium
medium.com › @codeductor › multi-tenant-white-label-react-native-app-without-expo-5208977fd7e0
Multi-Tenant white-label React Native app (without Expo)
February 12, 2025 - Built a multi-tenant react native app. > A single codebase that supports multiple brands or tenants. > Each tenant can have unique branding, assets, and configurations. Implemented a dynamic override system. > Easily swap out components, styles, and assets. > Changes are applied without modifying the core codebase.
🌐
Shivlab
shivlab.com › home › create and run react native app without expo – get detailed info
Create and Run React Native App without Expo
March 31, 2025 - Create a React Native app without Expo, set up the development environment, run on emulators, customize the app, and troubleshoot common issues.
🌐
DEV Community
dev.to › lico › react-nativewithout-expo-run-hello-world-app-on-iphone-device-cfi
Running a React Native Hello World App on an iPhone (Without Expo): Troubleshooting Common Issues - DEV Community
January 16, 2025 - I haven't built an iOS app on my laptop, Mac M1 Air, and I will be writing down while I am doing each step. The steps are quite simple. Creating a new React Native project, and then running it on my iPhone device. Create a new React Native project ...
🌐
Reddit
reddit.com › r/reactnative › new application with or without expo?
r/reactnative on Reddit: New application with or without Expo?
December 24, 2024 -

Hello

I don't have experience with React and React Native. I will create simple app, connect with my REST API, access to Camera. In feature I will want to create also web app.

Should I use Expo or better create without Expo?

Find elsewhere
🌐
GitHub
gist.github.com › RealPeha › 64a479afd8655cb19f4382ac03d45d15
React Native setup without Expo, Android Studio and Android Emulator · GitHub
React Native setup without Expo, ... Android Studio and Android Emulator.md · Install Android SDK command line tools only: https://developer.android.com/studio/#command-tools ·...
🌐
Futurememories
futurememories.se › articles › react-native-with-or-without-expo
React Native, with or without Expo?
Generated code can be difficult to understand, and since many React Native developers come from the web world, they often do not have the same understanding of the compilation steps that a native iOS or Android developer might have. There's a risk of ending up in compilation problems that can take days to resolve, and which one simply thinks “should just work”. Hard to explain to clients. Yes and no. If I were to give a recommendation, it would be to start the project with Expo and try your utmost to use the built-in links to native functions that Expo provides.
🌐
Medium
medium.com › reactbrasil › being-free-from-expo-in-react-native-apps-310034a3729
Being free from “expo” in React Native apps | by Francis Batista | React Brasil | Medium
December 3, 2019 - You can read more about that below: ... Basically, we install a react-native-cli and build a blank/tabs project using the command init , such asreact-native-cli init RNwithoutExpo , where RNwithoutExpo is the name of the project we want to create.
🌐
DEV Community
dev.to › fcpauldiaz › react-native-without-expo-48k3
React Native without Expo - DEV Community
June 11, 2018 - I created a fresh start new react native project with create-react-native-app. I found out that now that Expo is the default option when creating a default app. I made some changes, integrated NativeBase and Redux (using some boilerplate) and I wanted to test the compilation process.
🌐
Medium
adhithiravi.medium.com › building-react-native-apps-expo-or-not-d49770d1f5b8
Building React Native Apps — Expo or not? | by Adhithi Ravichandran | Medium
June 17, 2022 - Expo handles all the native code ... apps from scratch without Expo, based on what I have seen you will need to use a tiny bit of your native mobile coding skills....
🌐
GitHub
github.com › mali3days › react-native-without-expo
GitHub - mali3days/react-native-without-expo: simple starter repo for RN
simple starter repo for RN. Contribute to mali3days/react-native-without-expo development by creating an account on GitHub.
Forked by 2 users
Languages   JavaScript 72.5% | Objective-C 13.9% | Java 7.5% | Python 6.1%
🌐
GitHub
github.com › infinitered › ignite › issues › 2651
Creating bare react native project without expo · Issue #2651 · infinitered/ignite
March 5, 2024 - Describe the bug when i run npx ignite-cli@latest new PizzaApp and go through the steps ... when i select bare project or expo, both looks the same for me. i know the bare project will still contain some expo packages but i litreally don...
Published   Mar 05, 2024
🌐
Medium
medium.com › @steveliles › react-native-and-webgl-without-expo-40a6b3b10f77
React-Native and WebGL without Expo | by Steve Liles | Medium
October 5, 2018 - I had originally tried to set up a “clean” React-Native project and just import the GLView from Expo without the rest of Expo, but my first attempts didn’t go anywhere — I couldn’t get it working. With a bit more experience under my belt from working with the ejected ExpoKit app I gave it another shot, and this time I’m happy to say things are working out, the app is running much more smoothly, and I’m not carrying so much unwanted baggage or working through the black-box layers of Expo anymore.
🌐
Stack Overflow
stackoverflow.com › questions › 77488979 › how-can-i-build-an-apk-from-a-react-native-project-without-expo
android - How can I build an APK from a React Native project without Expo? - Stack Overflow
I also have an android folder in my project that I've generated with npx expo run:android but I haven't changed anything in it. ... I would suggest taking a look at the following article https://medium.com/geekculture/react-native-generate-apk-debug-and-release-apk-4e9981a2ea51