Tadeu Zagallo
78ec0df464
[ReactNative] OSS CameraRoll
2015-03-09 16:48:02 -08:00
Andrew Rasmussen
320429e355
[ReactNative] allowLossyConversion on NSString->NSData conversion
2015-03-09 16:32:03 -08:00
Alex Kotliarskyi
b31fd38bb6
[React Native][RFC] Print __DEV__ value on app start
2015-03-09 15:54:12 -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
Christopher Chedeau
e4093a6abb
[ReactNative] Remove ImageSourcePropType
2015-03-09 09:49:30 -08:00
Christopher Chedeau
45da1f03cb
[ReactNative] s/Image.sourcePropType/Image.propTypes.source/
2015-03-09 09:49:29 -08:00
Christopher Chedeau
1e01c26457
[ReactNative] s/Text.stylePropType/Text.propTypes.style/
2015-03-09 09:49:28 -08:00
Christopher Chedeau
f61e4184a8
[ReactNative] s/View.stylePropType/View.propTypes.style/
2015-03-09 09:49:27 -08:00
Christopher Chedeau
0f2a2e73f0
[ReactNative] Remove nativePropTypes
2015-03-09 09:49:27 -08:00
Christopher Chedeau
dc309b9dd4
[ReactNative] Inline ScrollViewPropTypes
2015-03-09 09:49:26 -08:00
Christopher Chedeau
7466846c7e
[ReactNative] Unify ScrollView.android and ScrollView.ios
2015-03-09 09:49:25 -08:00
Christopher Chedeau
d8e83c882e
[ReactNative] Move around and reformat comments for the documentation
2015-03-09 09:49:24 -08:00
Nick Lockwood
705a8e0144
Improved Geolocation API
2015-03-09 02:50:16 -08:00
Ben Alpert
c5e6f550ad
[React Native] Move copyProperties and mergeHelpers to github dir
2015-03-08 23:47:06 -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
Ben Alpert
b335f88efd
[React Native] Update core modules for React 0.13
2015-03-06 17:12:53 -08:00
Ben Alpert
582c05f4a0
[React Native] Update React to v0.13.0-rc2
2015-03-06 17:12:53 -08:00
Amjad Masad
c99284bfdf
[react-packager] onchange endpoint that informs of changes
2015-03-06 15:28:32 -08:00
Amjad Masad
b9207a3095
[react-packager] dev option needs to default to true for backwards compat
2015-03-06 14:45:23 -08:00
Martin Konicek
9e2bdede15
[react_native] JS files for D1885531
2015-03-06 07:32:17 -08:00
Nick Lockwood
fb2f063ef5
Ported TabBarIOS to OSS and unified implementation
2015-03-05 17:16:19 -08:00
Amjad Masad
ab2537816f
[react-packager] Add minify option as query param
2015-03-05 12:12:42 -08:00
Christopher Chedeau
e979f2324a
[ReactNative] Fix ExpandingText prop types
2015-03-05 10:49:16 -08:00
Amjad Masad
78d03b89b7
[react-packager] Make dev a query param option
2015-03-04 21:24:08 -08:00
Amjad Masad
4f2c336ac3
[react-packager] Start converting options to query params
2015-03-04 19:06:51 -08:00
Tadeu Zagallo
6072521a52
[ReactNative] Replace js long constants with strings
2015-03-04 14:32:54 -08:00
Tim Yung
45deae03af
React Native: Remove Unnecessary `document.body` Shim
2015-03-04 13:31:04 -08:00
Christopher Chedeau
fd198b71dc
[ReactNative] Use spread operator and .propTypes for ScrollView/ListView
2015-03-04 08:29:57 -08:00
Spencer Ahrens
cb57713c07
[ReactNative] modernize DatePicker
2015-03-03 18:30:30 -08:00
Tim Yung
eb3c3a27b1
React Native: Force !ExecutionEnvironment.canUseDOM
2015-03-03 18:27:31 -08:00
Amjad Masad
535bdfcf87
[react-packager] Recover and warn from corrupted cache file
2015-03-03 17:49:42 -08:00
Amjad Masad
b910d1142f
[ReactNative] Github repo's gitignore is written at export
2015-03-03 15:47:04 -08:00
Christopher Chedeau
46f41c3d4b
[ReactNative] Use strings instead of constants for keyboardDismissMode
2015-03-03 11:26:22 -08:00
Spencer Ahrens
3daaf1741c
[ReactNative] Clean up libraries and include paths
2015-03-03 10:46:34 -08:00
Spencer Ahrens
8852e1103f
[ReactNative] Fix OSS Projects
2015-03-03 10:46:33 -08:00
Amjad Masad
ab43dd9813
[react-packager] check-in node_modules and update tests
2015-03-03 02:02:51 -08:00
Amjad Masad
668c53ab9c
[react-packager] Cleanup package.json
2015-03-03 00:30:06 -08:00
Amjad Masad
666a46830c
[react-packager] Implement bundle minification
2015-03-02 23:19:41 -08:00
James Ide
e5d86aeb5b
[react-packager] Add dev option to CLI | James Ide
...
Summary:
Exposes the dev option that is already there to the CLI so that you can turn off invariant checks, etc. I also made it omit the inlined source map when dev=false which made it a lot faster to run on a phone, both due to smaller download size and fewer bytes to copy from Obj-C to JS and evaluate.
Closes https://github.com/facebook/react-native/pull/112
Github Author: James Ide <ide@jameside.com>
Test Plan:
* ./runJestTests.sh
* test bundle creation with `bundle.sh`
* test `load_dependencies.js` script
* start the server and click around shell app
2015-03-02 21:11:07 -08:00
Amjad Masad
bb7040808e
[react-packager] Add uglify-js library
2015-03-02 21:10:01 -08:00
Alex Kotliarskyi
1aeeac1314
[f8] Make map zoomable on double-tap
2015-03-02 19:48:46 -08:00
Christopher Chedeau
902af4c729
[ReactNative] Move merge & mergeInto from downstream to vendor
2015-03-02 18:10:43 -08:00
Christopher Chedeau
a39024928e
[ReactNative] Expose ListView.DataSource instead of a top domain ListViewDataSource
2015-03-02 16:27:12 -08:00
Christopher Chedeau
39475de388
[ReactNative] Fix open source build error on RCTLocationObserver
2015-03-02 15:51:33 -08:00
Spencer Ahrens
300dfd74f0
[ReactNative] unpod Movies and TicTacToe examples
2015-03-02 15:03:35 -08:00
Philipp von Weitershausen
75865f31aa
[ReactNative] Bring back support for FB-specific transforms for lint
2015-03-02 12:23:34 -08:00
Christopher Chedeau
ea6bfbb7d6
[ReactNative] Replace all the call sites of mergeInto by Object.assign
2015-03-01 17:16:18 -08:00
Nick Lockwood
3b11b9d6c3
[WIP] Migrated View Managers over to new architecture
2015-03-01 16:34:14 -08:00