react-native/Examples/UIExplorer/UIExplorer
Pieter De Baets e1577df1fd Move all header imports to "<React/..>"
Summary:
To make React Native play nicely with our internal build infrastructure we need to properly namespace all of our header includes.

Where previously you could do `#import "RCTBridge.h"`, you must now write this as `#import <React/RCTBridge.h>`. If your xcode project still has a custom header include path, both variants will likely continue to work, but for new projects, we're defaulting the header include path to `$(BUILT_PRODUCTS_DIR)/usr/local/include`, where the React and CSSLayout targets will copy a subset of headers too. To make Xcode copy headers phase work properly, you may need to add React as an explicit dependency to your app's scheme and disable "parallelize build".

Reviewed By: mmmulani

Differential Revision: D4213120

fbshipit-source-id: 84a32a4b250c27699e6795f43584f13d594a9a82
2016-11-23 07:58:39 -08:00
..
Base.lproj added method to set thumb image 2015-11-24 16:10:04 -08:00
Images.xcassets Cleanup before image! codemod 2016-11-22 21:13:52 -08:00
NativeExampleViews Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
UIExplorerBundle Support bundle argument for image loading 2016-08-31 17:43:49 -07:00
AppDelegate.h 'Update app properties in runtime' UIExplorer demo 2015-11-12 11:43:34 -08:00
AppDelegate.m Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
Info.plist check for NSPhotoLibraryUsageDescription in plist 2016-08-18 07:28:43 -07:00
legacy_image@2x.png Fix image example 2016-09-29 07:28:55 -07:00
main.m Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00