Martin Konicek
27ab039b6a
Export latest Android changes
2015-09-17 14:33:28 +01:00
facebook-github-bot-6
0d09f22dbf
Get back 100% in sync with fb codebase
2015-09-16 10:30:53 -07:00
Mark Miyashita
2892e5f4cf
[iOS] Add missing platform to the sample Movies iOS app
2015-09-15 01:14:48 -07:00
Martin Konicek
42eb5464fd
Release React Native for Android
...
This is an early release and there are several things that are known
not to work if you're porting your iOS app to Android.
See the Known Issues guide on the website.
We will work with the community to reach platform parity with iOS.
2015-09-14 18:13:39 +01:00
Nick Lockwood
56d25bbbdd
Moved CameraRoll-related classes into CameraRoll folder instead of Image
...
Summary:
The CameraRoll-related APIs were mixed in with the Image classes due to legacy coupling issues. Now that the APIs have been decoupled, it makes more sense for the CameraRoll classes to live in a separate library.
This will be a breaking change for apps using the CameraRoll or related APIs. Fix is to add the RCTCameraRoll lib to your project.
2015-09-08 09:48:19 -08:00
Gabe Levi
874f39bf7f
[Flow] Clean up react-native for Flow v0.15.0
2015-09-04 16:51:18 -08:00
Pieter De Baets
44fec06891
Fix example apps to use new packager paths
2015-09-04 02:40:41 -08:00
Andrei Coman
06c1b4dffd
[ReactNative][SyncDiff] Add Movies app
2015-08-28 03:03:53 -08:00
Martin Konicek
bb708769d4
[ReactNative] Fix sample apps
2015-08-24 11:48:10 -08:00
Martin Konicek
d10e4dbf0f
[ReactNative] Use ASCII double quotes
...
Summary:
We mix ASCII double quotes with left and right quotes: https://github.com/facebook/react-native/blob/master/Libraries/CustomComponents/ListView/ListView.js#L13
Let's be consistent.
2015-07-24 13:16:25 -08:00
Christopher
3fa3963465
[MovieApp] Add key to image components inside of MovieCell.
...
Summary:
Closes https://github.com/facebook/react-native/pull/2065
Github Author: Christopher <hello@blick-labs.com>
2015-07-23 15:09:42 -08:00
James Ide
7a8398b956
[Flow] Update flowconfig's version req to 0.13.1, fix Movies example typechecking
...
Summary:
This should fix tests.
Closes https://github.com/facebook/react-native/pull/1819
Github Author: James Ide <ide@jameside.com>
Test Plan: Run Travis CI tests. Also run the movies app and verify that there are no invariant violations.
2015-07-01 13:01:52 -08:00
Gabe Levi
972b546fc6
[Flow] Fix or suppress errors in react-native for Flow v0.13.0
2015-06-22 09:48:15 -08:00
Nick Lockwood
650fc9de4c
Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues
...
Summary:
@public
I've increased the warning levels in the OSS frameworks, which caught a bunch of minor issues. I also fixed some new errors in Xcode 7 relating to designated initializers and TLS security.
Test Plan:
* Test the sample apps and make sure they still work.
* Run tests.
2015-06-15 07:52:50 -08:00
Gabe Levi
66c7511f73
[Flow] Fix or suppress last minute errors for 0.12.0
2015-06-11 17:43:06 -08:00
Gabe Levi
b05e99a531
[Flow] Fix or suppress react-native github errors for Flow v0.12.0
2015-06-10 13:34:19 -08:00
Nick Lockwood
45d8fb0ef6
Removed deprecated RCT_EXPORT + code paths
2015-06-05 09:58:25 -08:00
Nick Lockwood
a2db4a4a5b
Removed redundant JSON encode/decode from RCTDataManager
...
Summary:
@public
For some reason we were manually JSON-encoding the RCTDataManager responses, and then decoding them again on the JS side. Since all data sent over the bridge is JSON-encoded anyway, this is pretty pointless.
Test Plan:
* Test Movies app in OSS, which uses RCTDataManager
* Test any code that uses RKHTTPQueryGenericExecutor to make network requests (e.g. Groups)
* Test the Groups photo upload feature, which uses RKHTTPQueryWithImageUploadExecutor
2015-06-01 08:35:56 -08:00
Changgeng Li
84783dbac4
Add renderSeparator support to ListView
2015-05-26 15:20:29 -08:00
Tadeu Zagallo
9c8e085677
[ReactNative] Fix Movies and SampleApp missing reference to RCTWebSocket
2015-05-14 14:15:23 -08:00
Harrison Harnisch
babdc21614
WebSocket polyfill
...
Summary:
- Added as a library in /Libraries/WebSocket
- Drag and drop to add to project (similar to adding Geolocation polyfill)
- Exposed as `window.WebSocket` which conforms with https://developer.mozilla.org/en-US/docs/Web/API/WebSocket specs
Closes https://github.com/facebook/react-native/pull/890
Github Author: Harrison Harnisch <hharnisc@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-05-14 09:37:02 -08:00
Brent Vatne
7141948a05
Bump fetch and add exports/globals for Headers, Request and Response
...
Summary:
Now on fetch 0.8.1, the latest tagged release. Previous version used was 0.7.0. See #1162 cc @vjeux @jtremback
Closes https://github.com/facebook/react-native/pull/1192
Github Author: Brent Vatne <brent.vatne@madriska.com>
Test Plan: I arc patched and ran movies demo and storyline, they work fine
2015-05-07 13:24:16 -08:00
Nick Lockwood
bbd5259586
Fixed reachability
2015-04-20 08:33:56 -08:00
laiso
e35521300a
(Xcode) Set indent=2 in all xcodeproj files.
...
Summary:
These are default settings now.
I saw my Xcode be configured indent=4.
![2015-03-30 12 16 11 pm](https://cloud.githubusercontent.com/assets/39830/6889697/98f8b930-d6d6-11e4-81c8-d2146855d127.png )
Closes https://github.com/facebook/react-native/pull/472
Github Author: laiso <laiso@lai.so>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-01 17:14:45 -08:00
Amjad Masad
c94f7c3656
[React Native] Sync from github
2015-03-27 22:09:11 -08:00
Tadeu Zagallo
0fdf8b4a95
[ReactNative] Use one key and add comment on the movies app
2015-03-27 15:33:26 -08:00
Tadeu Zagallo
20291a02df
[ReactNative] s/ReactKit/React/g
2015-03-26 02:42:24 -08:00
Tadeu Zagallo
8679c0bc96
[ReactNative] Add deep linking api
2015-03-25 19:01:08 -08:00
Nick Lockwood
f124c32143
[WIP] Added support for italics and additional font weights
2015-03-25 16:09:08 -08:00
Tadeu Zagallo
57ee9e7dc0
[ReactNative] Use oss TimerMixin
2015-03-24 10:46:05 -08:00
Christopher Chedeau
1aeb02ada3
[ReactNative] Expanded license on obj-c files
2015-03-23 13:18:29 -08:00
Christopher Chedeau
e1ef0328d9
[ReactNative] Expanded license on js files
2015-03-23 13:17:54 -08:00
Christopher Chedeau
87f42ab450
[ReactNative] Remove react-native/package.json
2015-03-22 20:17:01 -08:00
Basil Hosmer
10b6c57731
declare timeoutID
2015-03-20 17:51:06 -08:00
Alex Kotliarskyi
3fd4ed1464
[ReactNative] Put all iOS-related files in a subfolder
2015-03-19 14:37:44 -08:00
Tadeu Zagallo
196bc85629
[ReactNative] Remove ExpandingText
2015-03-18 13:08:23 -08:00
Ben Alpert
d2f31f9cd8
[React Native] Add .done() to terminate promise chains
2015-03-12 16:36:55 -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
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
Christopher Chedeau
a39024928e
[ReactNative] Expose ListView.DataSource instead of a top domain ListViewDataSource
2015-03-02 16:27:12 -08:00
Spencer Ahrens
300dfd74f0
[ReactNative] unpod Movies and TicTacToe examples
2015-03-02 15:03:35 -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
Spencer Ahrens
aa03c2755e
[ReactNative] Bring back ReactKit proj files
2015-02-20 16:49:03 -08:00
Spencer Ahrens
efae175a8e
[react-packager][streamline oss] Move open sourced JS source to react-native-github
2015-02-19 21:25:11 -08:00