react-native/Libraries
Christopher Chedeau a50b4ea7b9 Initial web implementation
Summary: @​public

This diff does a couple of things:
- Move all the code in a src/ folder
- Move bezier.js in the Animated folder
- Rename Animated.js into AnimatedImplementation.js and adds two entry points: AnimatedReactNative.js and AnimatedWeb.js
- Implement very dumb polyfills for flattenStyle, Set and InteractionManager
- Import my work in progress demo.html file to make sure that the code is actually working.

Everything is not working correctly:
- It calls forceUpdate on every frame and doesn't use bindings because setNativeProps is not implemented
- None of the style: {transform} are working because React web doesn't know about the array notation for transform
- The demo need more work

Reviewed By: @sahrens

Differential Revision: D2464277
2015-09-22 11:58:37 -07:00
..
ART Refactor RCTUIManager 2015-08-06 15:49:35 -08:00
ActionSheetIOS App Extension support 2015-09-22 10:46:26 -07:00
AdSupport Text highlighting on iOS 2015-07-24 08:41:58 -08:00
Animated Initial web implementation 2015-09-22 11:58:37 -07:00
AppRegistry [React Native] Provide a way to get a list of registered apps in AppRegistry 2015-08-07 11:05:25 -08:00
AppStateIOS Release React Native for Android 2015-09-14 18:13:39 +01:00
BatchedBridge Adding jest tests to groups rn 2015-08-31 17:35:47 -08:00
CameraRoll App Extension support 2015-09-22 10:46:26 -07:00
Components Wrong function name 2015-09-21 09:00:34 -07:00
CustomComponents Fix crash when touch terminates without active gesture 2015-09-15 13:12:05 -07:00
DebugComponentHierarchy
Device
Devtools [Flow] Clean up react-native for Flow v0.15.0 2015-09-04 16:51:18 -08:00
Fetch
Geolocation Ran Convert > To Modern Objective C Syntax 2015-08-25 01:08:49 -08:00
Image Codemod tests to use top-level-requires 2015-09-19 15:41:29 -07:00
Inspector [react-native] enable react devtools from JavascriptCore 2015-07-23 17:14:09 -08:00
Interaction
JavaScriptAppEngine Finish up the work to send through the error cookie 2015-09-17 18:15:27 -07:00
LayoutAnimation [ReactNative] Remove POPAnimation 2015-08-20 22:24:28 -07:00
LinkingIOS App Extension support 2015-09-22 10:46:26 -07:00
Modal [ReactNative][SyncDiff] Hook in the Dialog.onDismiss to JS 2015-09-04 04:09:25 -08:00
NativeApp
Network Added logic to detect text encoding for downloaded data 2015-09-16 10:25:06 -07:00
Picker Fixed PickerIOS onChange event 2015-09-08 03:34:33 -08:00
Portal [RN] add clarifying Android-only comment to Portal 2015-08-31 11:10:45 -08:00
PushNotificationIOS App Extension support 2015-09-22 10:46:26 -07:00
RCTTest Make RCTTestRunner wait for JS context to deallocate 2015-09-04 03:24:16 -08:00
RKBackendNode
ReactIOS Move color processing to JS 2015-09-17 17:20:45 -07:00
ReactNative Move color processing to JS 2015-09-17 17:20:45 -07:00
Sample Update search paths to reflect new project structure 2015-05-15 14:10:06 +01:00
Settings Text highlighting on iOS 2015-07-24 08:41:58 -08:00
Storage Get back 100% in sync with fb codebase 2015-09-16 10:30:53 -07:00
StyleSheet Move color processing to JS 2015-09-17 17:20:45 -07:00
Text [TextInput] Set scrollsToTop = NO for UITextViews 2015-09-01 02:40:15 -08:00
Utilities add docs to BackAndroid so they show up in the website 2015-09-17 17:20:32 -07:00
Vibration Text highlighting on iOS 2015-07-24 08:41:58 -08:00
WebSocket Ran Convert > To Modern Objective C Syntax 2015-08-25 01:08:49 -08:00
react-native Move color processing to JS 2015-09-17 17:20:45 -07:00
vendor Get back 100% in sync with fb codebase 2015-09-16 10:30:53 -07:00
Promise.js