..
ART
…
ActionSheetIOS
…
AdSupport
…
Alert
Export Alert's type ButtonsArray for external use
2017-03-06 12:44:47 -08:00
Animated
Fix Animated.event attach/detach on component re-render
2017-03-17 22:15:40 -07:00
AppState
Fix the website build
2017-02-21 09:11:01 -08:00
BatchedBridge
Ignore mocks in packager
2017-02-24 13:01:34 -08:00
BugReporting
Patch up for future React Sync
2017-02-08 14:50:43 -08:00
CameraRoll
fbobjc
2017-03-04 19:30:34 -08:00
Components
Support string return type from RN createReactNativeFiberComponentClass()
2017-03-20 13:07:06 -07:00
Core
Warn when timers longer than 1 min are set pending AlarmManager support
2017-03-16 15:19:02 -07:00
CustomComponents
Fix typo in FlatList docs
2017-03-18 13:02:29 -07:00
DebugComponentHierarchy
…
EventEmitter
Only use `EventValidator` in development mode
2017-03-21 10:09:38 -07:00
Experimental
Move new components out of `Experimental` directory
2017-03-01 09:16:05 -08:00
Geolocation
…
Image
Expose RCTImageLocalAssetURL as a utility
2017-03-17 17:02:06 -07:00
Inspector
work around inspector redbox due to Fiber
2017-02-21 15:45:45 -08:00
Interaction
Fix license headers
2017-03-08 00:52:17 -08:00
JSInspector
…
LayoutAnimation
Revert D4494386: [react-native][PR] BREAKING - Remove LayoutAnimation experimental flag on Android
2017-03-09 20:16:37 -08:00
Linking
Fix linking manager library name in documentation
2017-03-06 00:45:25 -08:00
LinkingIOS
Move RCTLinkingManager to the main thread
2017-03-16 16:02:38 -07:00
Modal
…
NativeAnimation
Native Animated - Support multiple events attached to the same prop
2017-03-09 15:30:28 -08:00
NavigationExperimental
Add deprecation warning for NavigationExperimental
2017-03-02 11:00:46 -08:00
Network
BREAKING: iOS: Support withCredentials flag in XHRs
2017-03-08 06:15:15 -08:00
Performance
Support QuickPerformanceLogger.js in the old bridge
2017-02-16 11:33:48 -08:00
PermissionsAndroid
inline a bunch of NativeModule requires
2017-02-17 16:49:38 -08:00
PushNotificationIOS
…
RCTTest
fbobjc
2017-03-04 19:30:34 -08:00
ReactNative
Support string return type from RN createReactNativeFiberComponentClass()
2017-03-20 13:07:06 -07:00
Renderer
Added MobileConfig for ReactNative use-fiber
2017-03-20 16:31:55 -07:00
Sample
…
Settings
…
Share
…
Storage
correctly order ASyncStorage
2017-02-21 15:18:40 -08:00
StyleSheet
Add display:none support to react native
2017-03-01 09:16:05 -08:00
Text
Better TextInput: RCTUITextView was decoupled in separate file and now handles placeholder feature
2017-03-20 00:02:58 -07:00
Utilities
require `fbjs/lib/invariant`, not `invariant`
2017-03-21 05:37:03 -07:00
Vibration
…
WebSocket
Add RCTDevSettings module
2017-02-24 07:00:16 -08:00
react-native
Introduce `DeviceInfo` as a new native module
2017-03-17 17:01:57 -07:00
vendor
Remove `copyProperties`
2017-03-21 08:01:58 -07:00
Promise.js
Allow Promise to display error strings and not just error objects.
2017-03-09 14:30:57 -08:00
promiseRejectionIsError.js
…