Commit Graph

58 Commits

Author SHA1 Message Date
Alex Kotliarskyi 20585eb935 [ReactNative] Add debugger and change SampleApp files structure 2015-03-25 10:25:14 -08:00
Spencer Ahrens c7056c6d6d [ReactNative] bring back some native modules 2015-03-24 21:30:48 -08:00
Sumeet Vaidya 3c0239a235 [ReactNative] Add more logging to RCTJSONParse 2015-03-24 17:38:21 -08:00
Nick Lockwood 94db4facf5 Unfork UIManager 2015-03-24 17:24:51 -08:00
Spencer Ahrens 3f137da232 [ReactNative] OSS snapshot tests 2015-03-24 10:16:15 -08:00
Jakub Zika 21d88f40b7 Bump .buckversion to a5b8b8ef45d714018ba3542cf98d48ef6aab7088. 2015-03-24 05:41:49 -08:00
Tadeu Zagallo 8ae0eacf17 [ReactNative] Open Source PushNotifications and move Badge Number methods and permission into it 2015-03-24 04:31:34 -08:00
Christopher Chedeau 1aeb02ada3 [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
Bryce Redd ac8cd5a5d0 Added a graph view and a ReactNative metric that displays current queue and execution time for the JS thread. 2015-03-23 10:52:19 -08:00
Alex Akers 48cc440bd3 [React Native] Fix iOS 7 crashes b/c missing Photos.fmwk 2015-03-23 08:06:58 -08:00
Henry Lung 6b0711b719 [ReactNative] Returning actual contentSize for RCTScrollViewManager 2015-03-22 13:31:32 -08:00
Alex Kotliarskyi 0de49ab0d5 [ReactNative][RFC] Bring Chrome debugger to OSS. Part 1 2015-03-19 09:32:52 -08:00
Alex Kotliarskyi afb71ae1c3 [ReactNative] Fix async stacktrace in RedBox 2015-03-18 15:35:51 -08:00
Spencer Ahrens efd56688ba [RFC][ReactNative] increase timer resolution 2015-03-17 22:09:03 -08:00
Nick Lockwood 18d1805695 [ReactNative] Updated RKText to new UIManager system 2015-03-17 06:37:24 -08:00
Nick Lockwood 1decb7e1cb [ReactNative] Unforked RCTShadowView, moved RKTextView into FBReactKitTextModule 2015-03-17 03:51:03 -08:00
Ben Alpert e59dcb3a60 [React Native] Prevent crash in redbox code with two thrown errors 2015-03-16 19:40:20 -08:00
Alex Kotliarskyi 1fbd5af704 [ReactNative] Share same server port for debugger proxy 2015-03-16 16:46:42 -08:00
Andrew Rasmussen 5f538b2284 [ReactNative] Put launchOptions in RCTPushNotificationManager 2015-03-16 12:11:50 -08:00
Nick Lockwood 8799f0c487 Ported ART to new UIManager 2015-03-15 16:01:58 -08:00
Nick Lockwood 66bb821a31 Unforked RKWebView 2015-03-14 00:22:43 -08:00
Spencer Ahrens 3cc81c6561 [ReactNative] Add integration test stuff 2015-03-13 18:03:34 -08:00
Nick Lockwood 435cc98b34 Fixed scrollOffset bug 2015-03-13 16:00:45 -08:00
Tadeu Zagallo e714ba15a5 [ReactNative] Fix RCTMapManager retaining cycle 2015-03-13 08:40:28 -08:00
Alex Kotliarskyi 6299803081 [ReactNative] Support loading sourcemaps from sourceMappingURL 2015-03-12 17:21:43 -08:00
Alex Kotliarskyi deae328610 [ReactNative] Fix shake gesture after RedBox is dismissed 2015-03-11 16:34:38 -08:00
Nick Lockwood 2424711a03 Unforked ExceptionsManager, AlertManager and AppState 2015-03-11 13:46:35 -08:00
Spencer Ahrens 221ddd3cfe [ReactNative] OSS AsyncStorage with example 2015-03-11 11:54:09 -08:00
Nick Lockwood 74e84ba494 Unforked RKNavigator, RKScrollView and RKView 2015-03-10 19:25:46 -08:00
Alex Akers fb475dd0c4 [React Native] Add preliminary animation API 2015-03-10 14:19:38 -08:00
Alex Akers a8aedb3e78 [React Native][Device ID][wip] implement most basic js access 2015-03-10 11:56:47 -08:00
Spencer Ahrens 184ae2314d [ReactNative] OSS Picker 2015-03-10 09:29:53 -08:00
Tadeu Zagallo 45e3f3d48b [ReactNative] Fix typo in RCTUIManager 2015-03-10 09:07:05 -08:00
Nick Lockwood e020aaa93b Unified the method signature for addUIBlock: to further simplify porting ViewManagers 2015-03-09 19:31:52 -08:00
Tadeu Zagallo fa87d83af5 [ReactNative] Oss GeoMap 2015-03-09 17:55:40 -08:00
Andrew Rasmussen 320429e355 [ReactNative] allowLossyConversion on NSString->NSData conversion 2015-03-09 16:32:03 -08:00
Tadeu Zagallo 2640002d0e [ReactNative] Oss RCTSlider 2015-03-09 14:43:53 -08:00
Tadeu Zagallo c79cb09c14 [ReactNative] Oss RCTSwitch 2015-03-09 13:22:11 -08:00
Nick Lockwood 705a8e0144 Improved Geolocation API 2015-03-09 02:50:16 -08:00
Skotch Vail 3d7fbc05ea Fixed some misspellings that are propagating through our code 2015-03-08 10:22:08 -08:00
Spencer Ahrens 444e3e703f [ReactNative] OSS DatePicker 2015-03-06 18:28:45 -08:00
Nick Lockwood fb2f063ef5 Ported TabBarIOS to OSS and unified implementation 2015-03-05 17:16:19 -08:00
Tadeu Zagallo 6072521a52 [ReactNative] Replace js long constants with strings 2015-03-04 14:32:54 -08:00
Spencer Ahrens cb57713c07 [ReactNative] modernize DatePicker 2015-03-03 18:30:30 -08:00
Christopher Chedeau 39475de388 [ReactNative] Fix open source build error on RCTLocationObserver 2015-03-02 15:51:33 -08:00
Nick Lockwood 3b11b9d6c3 [WIP] Migrated View Managers over to new architecture 2015-03-01 16:34:14 -08:00
Christopher Chedeau 878bc9d491 [ReactNative] Migrate navigator.geolocation to open source 2015-02-28 21:25:27 -08:00
Tadeu Zagallo 078300ce08 Implement TextInput.clearButtonMode added by D1875684 on OSS fork + example 2015-02-27 08:41:20 -08:00
Spencer Ahrens c7b5a1ddfa [ReactNative] Use local CocoaPod config for ReactNative modules 2015-02-27 08:36:53 -08:00
Spencer Ahrens 99f7a0ab9d [ReactNative] Pull out some OSS modules into separate libs 2015-02-27 08:36:52 -08:00