https://github.com/metamarcdw/react-native-transcrypt
This project is adapted to Python from the "The Complete React Native and Redux Course" course created by Stephen Grider
https://github.com/metamarcdw/react-native-transcrypt
python react-native transcrypt
Last synced: about 1 month ago
JSON representation
This project is adapted to Python from the "The Complete React Native and Redux Course" course created by Stephen Grider
- Host: GitHub
- URL: https://github.com/metamarcdw/react-native-transcrypt
- Owner: metamarcdw
- Created: 2018-04-13T23:55:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T06:17:12.000Z (over 6 years ago)
- Last Synced: 2025-03-26T04:34:23.285Z (about 2 months ago)
- Topics: python, react-native, transcrypt
- Language: Python
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example of React Native with Python using Transcrypt and Component.py
This project is adapted to Python from the "The Complete React Native and Redux Course" course created by Stephen GriderFirst install Python>=3.6/pip, NodeJS/npm>=5.2, and Git:
`sudo pacman -S python-pip npm git`
Next, clone the repo
`git clone https://github.com/metamarcdw/react-native-transcrypt`
Set up your React/Transcrypt environment:
(Use of a virtual environment is recommended but not required)
```
mkvirtualenv transcrypt
pip install git+https://github.com/qquick/transcrypt@67c8b9#egg=transcrypt
pip install git+https://github.com/metamarcdw/Component.py@master#egg=Component_pycd react-native-transcrypt/
npm install
```
We can now compile with Transcrypt and run using Expo XDE
```
npm run watch
```
Open your device simulator and connect using Expo XDE