Skip to content

Commit

Permalink
docs: add note about usage with react native (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
omnikron authored and gregberge committed Jan 30, 2018
1 parent c2b7c3c commit d72a9dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ performance.
Hot reloading code is just one line in the beginning and one line in the end of
each module so you might not need source maps at all.

## React Native

React Native
**[supports hot reloading natively](https://facebook.github.io/react-native/blog/2016/03/24/introducing-hot-reloading.html)**
as of version 0.22.

Using React Hot Loader with React Native can cause unexpected issues (see #824) and is not recommended.

### Code Splitting

As long most of modern react-component-loader
Expand Down

0 comments on commit d72a9dd

Please sign in to comment.