Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.