https://github.com/kelset/react-native-random-recipe-1
Small react native project to test out some components
https://github.com/kelset/react-native-random-recipe-1
react-native react-native-app
Last synced: 8 months ago
JSON representation
Small react native project to test out some components
- Host: GitHub
- URL: https://github.com/kelset/react-native-random-recipe-1
- Owner: kelset
- Created: 2017-04-09T10:53:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T11:34:27.000Z (about 9 years ago)
- Last Synced: 2025-10-07T04:43:41.479Z (8 months ago)
- Topics: react-native, react-native-app
- Language: Objective-C
- Size: 141 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Random Recipes \#1 👨🍳
The concept behind this small repo is that A LOT of different components are out there, in the wild, and as a React Native developer there is no easy way to see if any component may work out for your project in a **real world** scenario.
So I want to try to mess around with some components I think may be interesting, but *at the same time* create a situation closer to reality - I also need to set up some basic rules.
## Rules
### 1: just four
There are way too many different components. Four seems to me like a good 'balance' between complexity, time to spend on it, and number of different things to make this test app do.
### 2: a new repo each time
Pretty easy, I will have a separate repo for each one.
### 3: repetition is allowed
I don't care if I use a component in multiple recipes, as long as something change: probably React Navigation will be a omni-presence tbh.
### 4: work based on feedback
Obviously I'd like to have the recipe decided by the community, and once I've figured out how much time each of this takes me, I may even have to consider keep on going if nobody cares (but tbh I do this mainly for myself, to try things out).
## Today's recipe 🍏
Some big hitters this time:
* [Reactotron](https://github.com/infinitered/reactotron)
* [Mobile Azure](https://mobile.azure.com)
* [React Navigation](https://github.com/react-community/react-navigation)
* [Redux Offline](https://github.com/jevakallio/redux-offline)
## Feedback
Got any component you would like to get tested? Any idea how to make this better? Wanna partecipate?
Drop me a line on [@kelset](https://twitter.com/Kelset) on Twitter, or open an issue here, or even a PR to this README.md for longer/more prolific ideas, discussions, feedback.