Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jniyaz/react-native-web-universal-app
an universal app is built using React Native, Next, Expo, Tailwind-NativeWind, Solito
https://github.com/jniyaz/react-native-web-universal-app
nextjs react react-native solito swr tailwindcss typescript universal-app
Last synced: 14 days ago
JSON representation
an universal app is built using React Native, Next, Expo, Tailwind-NativeWind, Solito
- Host: GitHub
- URL: https://github.com/jniyaz/react-native-web-universal-app
- Owner: jniyaz
- Created: 2023-02-06T11:49:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T04:27:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T02:29:49.066Z (2 months ago)
- Topics: nextjs, react, react-native, solito, swr, tailwindcss, typescript, universal-app
- Language: TypeScript
- Homepage:
- Size: 2.37 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React (Native/Web) App | Blog
- This blog app is built using React, React Native, Next.js, Expo, Tailwind, Solito.
- This app uses wordpress, jsonplaceholder apis for Data.
- This is the mono repo for web and native apps, to run locally, please follow the below steps.## Steps
1. Clone the repo and `cd` into it.
1. Use the latest node version and `yarn` or `npm install`.
1. To run Web app, use `yarn web`.
1. Visit `localhost:3000` in your browser.
1. To run Native, first install expo client `npm install -g expo-cli` in your machine.
1. To run Native app, use `yarn native` command.
1. Visit the app using Emulators if you have installed already for Android or Ios in your machine.
1. Or scan the QR code showing in the terminal with `Expo Go` (Android) or the Camera app (iOS) in your phone.