mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-05 09:17:55 +08:00
Summary: The sample app's code has been converted to Yeoman generator templates. Tell people to run the UIExplorer instead, or the `react-native init` project (which is the same as the SampleApp). This will slightly reduce the size of the npm package and cleans up unused files. Closes https://github.com/facebook/react-native/pull/3025 Reviewed By: @svcscm Differential Revision: D2484901 Pulled By: @foghina