Amjad Masad
ce6354604c
[react-packager] Allow entry point extensions like .ios.js
2015-03-20 17:24:51 -08:00
Felix Kling
81d024924c
[react-native] Use SpreadProperty to make react-docgen happy
2015-03-20 17:04:12 -08:00
Basil Hosmer
ca3be21484
clean Examples/2048
2015-03-20 16:33:03 -08:00
Alex Kotliarskyi
33b46c3ba9
[ReactNative] Adjust packager default root when running from within node_modules
2015-03-20 16:12:57 -08:00
Alex Kotliarskyi
0c5f9e3662
[ReactNative] Add missing websocket dependency
2015-03-20 15:29:56 -08:00
Amjad Masad
f1746ac83e
[react-packager] change all but one `ix` to `require`
2015-03-20 15:26:58 -08:00
Amjad Masad
258a81388e
[react-packager] Make sure projectRoots is converted to an array
2015-03-20 14:09:31 -08:00
Alex Kotliarskyi
6d88898404
[ReactNative] Init script that bootstraps new Xcode project
2015-03-20 13:41:50 -08:00
Alex Kotliarskyi
d56a57c956
[ReactNative] New SampleApp
2015-03-20 13:41:49 -08:00
Eric Vicenti
c445cbdb1e
[ReactNative] Touchable invoke press on longPress when longPress handler missing
2015-03-20 11:47:01 -08:00
Alex Kotliarskyi
21a1cd52b5
[ReactNative] Commit missing RCTWebSocketDebugger.xcodeproj
2015-03-20 11:16:41 -08:00
Christopher Chedeau
ac804244a6
[ReactNative] Add Custom Components folder
2015-03-20 09:19:28 -08:00
Amjad Masad
c68fc1a976
[react-packager] Hash cache file name information to avoid long names
2015-03-19 16:40:35 -08:00
Alex Kotliarskyi
3fd4ed1464
[ReactNative] Put all iOS-related files in a subfolder
2015-03-19 14:37:44 -08:00
Amjad Masad
115ad71831
[react-packager] Fix OOM
2015-03-19 11:50:27 -08:00
Alex Kotliarskyi
8dea55618d
[ReactNative] Bring Chrome debugger to OSS. Part 2
2015-03-19 11:48:51 -08:00
Tadeu Zagallo
da2b122e21
[ReactNative] Add search to UIExplorer
2015-03-19 11:03:28 -08:00
Alex Kotliarskyi
0de49ab0d5
[ReactNative][RFC] Bring Chrome debugger to OSS. Part 1
2015-03-19 09:32:52 -08:00
Tadeu Zagallo
1289536fe1
[ReactNative] Return the appropriate status code from XHR
2015-03-19 09:27:06 -08:00
Alex Kotliarskyi
d6a031b431
[ReactNative] Make JS stack traces in Xcode prettier
2015-03-19 09:25:46 -08:00
Christopher Chedeau
737cae8f19
[ReactNative] Remove duplicate package.json with the same name
2015-03-19 09:04:39 -08:00
Christopher Chedeau
2cace1a5b3
[ReactNative] Remove invariant from require('react-native')
2015-03-18 18:58:12 -08:00
Christopher Chedeau
48f7399cfc
[ReactNative] Remove ListViewDataSource from require('react-native')
2015-03-18 18:53:16 -08:00
Amjad Masad
319ea3242a
[react-packager] Add assetRoots option
2015-03-18 18:26:35 -08:00
Christopher Chedeau
13e054a714
Convert UIExplorer to ListView
...
Summary:
Using <ListView> is not that much more work but gives us section headers for free :) Now there are two groups: Components and APIs. It mirrors the documentation.
Closes https://github.com/facebook/react-native/pull/163
Github Author: Christopher Chedeau <vjeux@fb.com>
Test Plan: ![ios simulator screen shot mar 17 2015 9 09 07 pm](https://cloud.githubusercontent.com/assets/197597/6702577/d40c00ae-ccea-11e4-8035-cfb46367ea1d.png )
2015-03-18 17:52:53 -08:00
Basil Hosmer
f2d688debb
purge rni
2015-03-18 17:17:08 -08:00
Christopher Chedeau
4b42f8c9e9
[ReactNative] s/render*View/render/ in <WebView>
2015-03-18 16:02:19 -08:00
Alex Kotliarskyi
afb71ae1c3
[ReactNative] Fix async stacktrace in RedBox
2015-03-18 15:35:51 -08:00
Spencer Ahrens
198640b087
[ReactNative] Add AsyncStorageTest
2015-03-18 13:15:40 -08:00
Spencer Ahrens
fbc3a16047
[ReactNative] Add timers integration test
2015-03-18 13:15:39 -08:00
Tadeu Zagallo
196bc85629
[ReactNative] Remove ExpandingText
2015-03-18 13:08:23 -08:00
James Ide
f002fda275
[TouchableHighlight] Preserve underlay style when restoring inactive props
...
Summary:
If you give a TouchableHighlight component some styling (e.g. a background color) with the `underlayStyle` prop, the style is wiped away after touching the component. This diff restores the `underlayStyle`.
Closes https://github.com/facebook/react-native/pull/129
Github Author: James Ide <ide@jameside.com>
Test Plan:
Create a TouchableHighlight that receives `underlayStyle={{style:
'blue'}}`. It initially has a blue background. Touch it and let go. See the blue background now comes back as expected.
2015-03-18 11:56:24 -08:00
Basil Hosmer
c43d1458c7
clean flow errors in react-native-github
2015-03-18 11:44:13 -08:00
Christopher Chedeau
0f5a3c16e4
[ReactNative] Sort React Native exports into two groups, Components and ...
...
Summary:
...APIs
This maps the way the docs are structured, this is easier to figure out when the docs are stale
Closes https://github.com/facebook/react-native/pull/161
Github Author: Christopher Chedeau <vjeux@fb.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-03-18 09:49:58 -08:00
Tadeu Zagallo
8cb6dc2ff6
[ReactNative] Rename Slider to SliderIOS
2015-03-18 08:36:12 -08:00
Martin Kosiba
8b2e79dc68
[react_native] JS files from D1919491: Improve JS logging
2015-03-18 07:30:18 -08:00
Spencer Ahrens
9be95db726
[ReactNative] Add TimerExample
2015-03-17 22:09:04 -08:00
Spencer Ahrens
efd56688ba
[RFC][ReactNative] increase timer resolution
2015-03-17 22:09:03 -08:00
Spencer Ahrens
9086365faf
[ReactNative] Strip prefixes from NativeModules keys
2015-03-17 21:54:27 -08:00
Christopher Chedeau
2991f583e0
[ReactNative] Small docs cleanup in ActivityIndicatorIOS and DatePickerIOS
...
Summary:
Summary:
Makes sure that it looks good in the website
Closes https://github.com/facebook/react-native/pull/160
Github Author: Christopher Chedeau <vjeux@fb.com>
Test Plan:
Run the website
CC:
Task ID: #
2015-03-17 21:13:07 -08:00
Jing Chen
278932e61e
[ReactNative] Improvements on perf measurement output
2015-03-17 20:24:28 -08:00
Christopher Chedeau
f377849c73
[ReactNative] Clean up Touchable PropTypes
...
Summary:
Summary:
Instead of having a separate TouchablePropTypes, put those in TouchableWithoutFeedback and have the other ones use ...TouchableWithoutFeedback.propTypes. This makes it work with the docs parsing.
Closes https://github.com/facebook/react-native/pull/159
Github Author: Christopher Chedeau <vjeux@fb.com>
Test Plan:
Run the website, make sure all the touchable components have the right prop types
CC:
Task ID: #
2015-03-17 16:46:14 -08:00
Alex Kotliarskyi
e07c8db607
[ReactKit] Fail tests when redbox shows up
2015-03-17 13:23:46 -08:00
Eric Vicenti
2aafcd0e58
[ReactNative] Remove pushNotification prop from renderApplication
2015-03-17 11:48:06 -08:00
Andy Street
d5d9d9b9c1
[react_native] Stub VibrationIOS on Android
2015-03-17 11:30:30 -08:00
Christopher Chedeau
345f161399
[ReactNative] Simplify and test interpolators
2015-03-17 11:06:03 -08:00
Christopher Chedeau
f8f3f67bed
[ReactNative] Increase timeout for obj-c tests
2015-03-17 08:33:42 -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
Spencer Ahrens
d8ee4e87a1
[ReactKit] Remove NativeModulesDeprecated
2015-03-17 02:48:58 -08:00