https://github.com/software-mansion-labs/radon-ide-test-apps
React Native and Expo projects that Radon IDE is tested agains
https://github.com/software-mansion-labs/radon-ide-test-apps
Last synced: 2 months ago
JSON representation
React Native and Expo projects that Radon IDE is tested agains
- Host: GitHub
- URL: https://github.com/software-mansion-labs/radon-ide-test-apps
- Owner: software-mansion-labs
- Created: 2024-12-03T09:23:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:51:13.000Z (3 months ago)
- Last Synced: 2025-03-17T11:38:59.026Z (3 months ago)
- Language: TypeScript
- Size: 14.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Example Apps
Here you can find example apps to use with the React Native IDE Plugin. The examples are categorized into Expo and bare (React Native CLI) projects.
## Expo
- [Pokemon App](https://github.com/software-mansion-labs/react-native-sztudio/tree/tests-and-examples/examples/expo/pokemon-app) (0.73.5)
- [Quotes App](https://github.com/software-mansion-labs/react-native-sztudio/tree/tests-and-examples/examples/expo/RandomQuotes) (0.72.6) - visit original[ repo](https://github.com/thangpaisen/RandomQuotes)
- [Pizza App](https://github.com/software-mansion-labs/react-native-sztudio/tree/tests-and-examples/examples/expo/pizza-app) (0.73.4) - built with [Ignite](https://github.com/infinitered/ignite)
- [Error testing app](https://github.com/software-mansion-labs/react-native-sztudio/tree/tests-and-examples/examples/expo/error-testing-app) (0.72.6)
## Bare (React Native CLI)- [RNBoilerplate](https://github.com/software-mansion-labs/react-native-sztudio/tree/tests-and-examples/examples/bare/react-native-boilerplate/RNBoilerplate) (0.73.4) - built with [React Native Boilerplate](https://github.com/thecodingmachine/react-native-boilerplate)
- [RNCommunityTemplate](https://github.com/software-mansion-labs/react-native-sztudio/tree/tests-and-examples/examples/bare/react-native-template-typescript/RNCommunityTemplate) (0.70.6) - built with [React Native Community Typescript Template](https://github.com/react-native-community/react-native-template-typescript)
(currently not woring, due to the issue [#120](https://github.com/software-mansion-labs/react-native-sztudio/issues/120))