[fix] StyleSheet registry key check

This commit is contained in:
Nicolas Gallagher
2017-01-02 23:20:28 -08:00
parent 236121e32c
commit 5e4c8e520a
5 changed files with 95 additions and 35 deletions

View File

@@ -65,6 +65,10 @@ AppRegistry.runApplication('App', {
})
```
Setting `process.env.__REACT_NATIVE_DEBUG_ENABLED__` to `true` will expose some
debugging logs. This can help track down when you're rendering without the
performance benefit of cached styles.
## Server-side rendering
Rendering using the `AppRegistry`: