Tadeu Zagallo
7462caa304
[ReactNative][tmp] Rename GeoLocation files to fix letter case
2015-03-10 09:01:10 -08:00
Tadeu Zagallo
3d7b5d263a
Merge pull request #135 from JoeStanton/geolocation-require-fix
...
Fix reference to GeoLocationExample
2015-03-10 08:40:46 -07:00
Joe Stanton
a7e977c5dd
Fix reference to GeoLocationExample
2015-03-10 09:04:05 +00: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
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
Christopher Chedeau
cb9b1f7b29
Big Updates from Fri Mar 6
...
- [ReactNative] Oss RCTSlider | Tadeu Zagallo
- [ReactNative] Oss RCTSwitch | Tadeu Zagallo
- [ReactNative] Remove ImageSourcePropType | Christopher Chedeau
- [ReactNative] s/Image.sourcePropType/Image.propTypes.source/ | Christopher Chedeau
- [ReactNative] s/Text.stylePropType/Text.propTypes.style/ | Christopher Chedeau
- [ReactNative] s/View.stylePropType/View.propTypes.style/ | Christopher Chedeau
- [ReactNative] Remove nativePropTypes | Christopher Chedeau
- [ReactNative] Inline ScrollViewPropTypes | Christopher Chedeau
- [ReactNative] Unify ScrollView.android and ScrollView.ios | Christopher Chedeau
- [ReactNative] Move around and reformat comments for the documentation | Christopher Chedeau
- Improved Geolocation API | Nick Lockwood
- [React Native] Move copyProperties and mergeHelpers to github dir | Ben Alpert
- Fixed some misspellings that are propagating through our code | Skotch Vail
- [ReactNative] OSS DatePicker | Spencer Ahrens
- [React Native] Update core modules for React 0.13 | Ben Alpert
- [React Native] Update React to v0.13.0-rc2 | Ben Alpert
- [react-packager] onchange endpoint that informs of changes | Amjad Masad
- [react-packager] dev option needs to default to true for backwards compat | Amjad Masad
2015-03-09 16:18:15 -07: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
05ec075c94
[Website] Better summary for propTypes
2015-03-09 13:25:01 -07:00
Christopher Chedeau
f87b0cb495
[Website] Add a link when composing prop types
2015-03-09 11:59:26 -07: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
Ben Alpert
418b27c36e
Upgrade to React 0.13
...
- [React Native] Move copyProperties and mergeHelpers to github dir | Ben Alpert
- [React Native] Update core modules for React 0.13 | Ben Alpert
- [React Native] Update React to v0.13.0-rc2 | Ben Alpert
2015-03-08 22:39:23 -07: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
cdd13f504f
Remove UIExplorer project.xcworkspace
...
This file shouldn't be needed.
2015-03-06 17:48:12 -08:00
Ben Alpert
2bf1dff051
Minor packager updates
...
Splitting this out from the next commit for clarity.
2015-03-06 17:42:07 -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
Christopher Chedeau
61b8c61903
Updates from Thu Mar 5
...
- [react_native] JS files for D1885531 | Martin Konicek
- Ported TabBarIOS to OSS and unified implementation | Nick Lockwood
- [react-packager] Add minify option as query param | Amjad Masad
- [ReactNative] Fix ExpandingText prop types | Christopher Chedeau
- [react-packager] Make dev a query param option | Amjad Masad
2015-03-06 09:55:10 -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
Christopher Chedeau
990979f8a6
Merge pull request #123 from kennydee/fix-website-readme
...
Small improvement on the website readme.md
2015-03-05 09:23:21 -08:00
Felix Kling
c0b0111e3a
Update react-docgen
2015-03-05 00:37:02 -08:00
Kenny Dits @kenny_dee
b05ca6e604
Add the temporary react-docgen instruction
2015-03-05 09:26:32 +01:00
Amjad Masad
78d03b89b7
[react-packager] Make dev a query param option
2015-03-04 21:24:08 -08:00
Christopher Chedeau
b87ba87e47
Updates from Wed Mar 4
...
- [react-packager] Start converting options to query params | Amjad Masad
- [ReactNative] Replace js long constants with strings | Tadeu Zagallo
- React Native: Remove Unnecessary `document.body` Shim | Tim Yung
- [ReactNative] Use spread operator and .propTypes for ScrollView/ListView | Christopher Chedeau
2015-03-04 21:06:49 -08:00
Christopher Chedeau
b9ab607197
Use docs/ComponentName.md at the end of the component docs
2015-03-04 21:03:24 -08:00
Amjad Masad
4f2c336ac3
[react-packager] Start converting options to query params
2015-03-04 19:06:51 -08:00
Christopher Chedeau
d935f4554b
Improvements in the docs generation
2015-03-04 18:10:32 -08:00
Tadeu Zagallo
6072521a52
[ReactNative] Replace js long constants with strings
2015-03-04 14:32:54 -08:00
Felix Kling
74824cb96e
Update react-docgen
2015-03-04 13:37:05 -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
Christopher Chedeau
7b0cd86759
Updates from Wed Mar 4
...
- [ReactNative] modernize DatePicker | Spencer Ahrens
- React Native: Force !ExecutionEnvironment.canUseDOM | Tim Yung
- [react-packager] Recover and warn from corrupted cache file | Amjad Masad
- [ReactNative] Github repo's gitignore is written at export | Amjad Masad
- [ReactNative] Use strings instead of constants for keyboardDismissMode | Christopher Chedeau
2015-03-04 08:05:38 -08:00