Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bonniee committed Aug 6, 2017
1 parent 1558542 commit 716f56f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ Code samples for the book _Learning React Native_. You can get the book from [Am

## How to use

As of [Release 2.0.0](TODO), full project code is _not_ included. Instead, the relevant JavaScript files for each example are provided. You'll want to create your own React Native project, either by using `create-react-native-app` or `react-native init`.
As of [Release 2.0.0](https://github.com/bonniee/learning-react-native/releases/tag/2.0.0), full project code is _not_ included. Instead, the relevant JavaScript files for each example are provided. You'll want to create your own React Native project, either by using `create-react-native-app` or `react-native init`.

Some projects are not compatible with Expo apps (i.e. those created with `create-react-native-app`). This is noted in the README for each project. If you are using an Expo-based app, you will need to eject in order to use those projects.
Some projects are not compatible with Expo apps (i.e. those created with `create-react-native-app`). If you are using an Expo-based app, you will need to eject in order to use those projects.

## Versions

[Release 2.0.0](https://github.com/bonniee/learning-react-native/releases/tag/2.0.0) contains code samples from the second edition of _Learning React Native_.

[Release 1.0.0](https://github.com/bonniee/learning-react-native/releases/tag/1.0.0) is the next version, updated to use React Native version `0.26.3`. This version also uses more ES2015-style JavaScript idioms, when appropriate; most notably consistent ES6-style classes and module definitions. The `PlatformSpecific` project remains at version `0.0.1`, due to the example's incompatibility with React Native `0.26.3`.

[Release 0.0.1](https://github.com/bonniee/learning-react-native/releases/tag/0.0.1) is the version published in the printed book (first edition). The versions of React Native used in each project vary; most use React Native `0.11.x`.
[Release 0.0.1](https://github.com/bonniee/learning-react-native/releases/tag/0.0.1) contains code samples as published in _Learning React Native_. The versions of React Native used in each project vary; most use React Native `0.11.x`.

## Contact info

Expand Down

0 comments on commit 716f56f

Please sign in to comment.