A "proof of concept" project to demonstrate sharing common code among React and React Native.
The file at shared/components/Component1.js contains shared logic. It consists simply of a label and a button. Clicking the button increases the count on the label.
- Blog Article
- Sharing Code Server-Side
- Routing
- State Management
- Data Storage
- Styling
- Unit Testing