https://github.com/marmelab/react-admin-native-demo
https://github.com/marmelab/react-admin-native-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marmelab/react-admin-native-demo
- Owner: marmelab
- Created: 2024-03-27T13:19:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T09:58:38.000Z (about 1 year ago)
- Last Synced: 2025-02-17T02:53:26.476Z (4 months ago)
- Language: TypeScript
- Size: 318 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# react-admin-native-demo
This is a demo application showing how to use [React-Admin](https://marmelab.com/react-admin/) with react-native. It leverages:
- [Expo](https://expo.dev/)
- [react-native-paper](https://callstack.github.io/react-native-paper/)## Prerequisites
- [Bun](https://bun.sh/)
- [Android SDK](https://developer.android.com/studio)## Installation
Run the following command:
```sh
make install
```## Development
Run the following command:
```sh
make start
```Then follow the instructions displayed in your terminal:
- type `w` to open the web version in your browser
- type `a` to open the android version in your emulator or device