https://github.com/danielstern/styling-react-native
https://github.com/danielstern/styling-react-native
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielstern/styling-react-native
- Owner: danielstern
- Created: 2020-09-08T12:39:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T10:36:13.000Z (almost 5 years ago)
- Last Synced: 2025-04-10T22:53:04.675Z (about 1 year ago)
- Language: JavaScript
- Size: 42.8 MB
- Stars: 32
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Styling React Native
## About
A very simple React Native application with industry standard styles already applied. A great tool to learn about how React Native works or a starting point for your own application.
## Quick start
1. Install dependencies
`npm install`
2. Run low-overhead web preview
`npm run web`
It should open in the browser automatically.