react-native/ReactAndroid
Andy Street 6a3b334139 Start creating views before end of batch
Summary:Creating views shouldn't have side effects so we can start doing them before the end of a batch. In order to limit the effect on framerate, we stop executing these create view operations after we've passed halfway through the frame.

Note, this doesn't seem to work yet for nodes: I'll address that in a followup diff.

Reviewed By: lexs

Differential Revision: D3120631

fb-gh-sync-id: 981540fac5a7499158146adb72c1be21fd0b5702
fbshipit-source-id: 981540fac5a7499158146adb72c1be21fd0b5702
2016-03-31 09:21:25 -07:00
..
libs Add BUCK files 2016-01-22 16:20:13 +00:00
src Start creating views before end of batch 2016-03-31 09:21:25 -07:00
.npmignore
DEFS Initialize glog in react native 2016-03-10 06:02:21 -08:00
DevExperience.md Fixed typo 2015-12-31 12:26:10 +04:00
README.md Clean up docs on building RN Android from source 2016-02-18 07:59:39 -08:00
build.gradle Remove stetho dependency in OSS react native's NetworkingModule 2016-03-23 12:41:24 -07:00
gradle.properties Version release script 2016-03-24 08:41:24 -07:00
release.gradle New release process: Fix installArchives 2016-02-09 10:30:32 -08:00

README.md

Building React Native for Android

See docs on the website.