Skip to content

Commit 56a7263

Browse files
authored
Update README.md
1 parent ae1631e commit 56a7263

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@
66

77
This repo is intending to provide an easy starting point for developers looking to make fully cross platform applications across both web with [React Native Web](https://github.com/necolas/react-native-web) and mobile with [Expo](https://github.com/react-community/create-react-native-app).
88

9-
All branches represent a particular starting point. Currently master (minimum boilerplate) and redux are avaliable.
9+
All branches represent a particular starting point.
1010

1111
It is bootstrapped with [Create React App](https://github.com/facebook/create-react-app) so you can run `yarn web` in order to start up the development web server with all the hot reloading goodness you've come to expect.
1212

1313
It has then been integrated with [Create React Native App](https://github.com/react-community/create-react-native-app) and running `yarn ios` or `yarn android` will start the Expo packager. You can also run the project from the Expo XDE program.
1414

15+
## Branches
16+
| Branch | Description |
17+
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
18+
| master | The most minimal possible boilerplate, will always be the case |
19+
| redux | Implements redux reducers, actions, store and connection including example |
20+
| navigation-react-router | Using react-router-dom, react-router-native and react-router-navigation in order to have a platform agnostic navigation solution including native look at feel on phones |
21+
1522
## Get Started
1623
Clone the branch with the starting point you want and just rename the project (don't forget the `package.json`, Run `git remote rm origin && yarn` to remove the ref to this repo and install node_modules then you're good to go. 🙂
1724

0 commit comments

Comments
 (0)