This is the frontend codebase built with Next.js, React Native Web, and Monaco Editor. It brings together a React Native experience inside the browser, with a VS Code-like editor and custom device frame UI for simulating mobile views.
- Next.js (TypeScript) – Web app shell with SSR/SSG
- React Native Web – Render React Native components in browsers
- Monaco Editor – In-browser code editor (VS Code–like)
- Custom Device Frame UI – Simulates iOS/Android device previews
git clone "https://github.com/notAryan10/react-native-playground-frontend"
cd react-native-playground-frontend
First install project dependencies:
npm installThen install the required packages
npm install react-native-web monaco-editornpm run devApp runs on http://localhost:3000
- Cross-platform UI using React Native + React Native Web
- Code editor powered by Monaco (VS Code in-browser)
- Device frame UI for simulating mobile screens
- Next.js SSR/SSG support for web performance
- Fork this repository
- Create a feature branch (
git checkout -b feature-name) - Commit your changes (
git commit -m "Added feature") - Push to your fork (
git push origin feature-name) - Open a Pull Request