Commit Graph

206 Commits

Author SHA1 Message Date
THORBEN ANDRESEN
c149a3f9aa remove redundant union type for ItemSeparatorComponent 2017-11-14 11:33:09 -05:00
THORBEN ANDRESEN
887171518e Change typing to React.ComponentType for SectionListProperties 2017-11-13 18:28:56 -05:00
Shane Fitzpatrick
92db6df0e8 react-native: Adding missing GeoLocation function: setRNConfiguration 2017-11-13 14:12:32 -08:00
Andrew Goodale
90532bc5a5 Return type of onStartShouldSetPanRespnder should be boolean 2017-11-06 15:57:47 -05:00
Tim Wang
0903b17fb0
Fix docs comments 2017-11-05 21:04:24 -06:00
Tim Wang
0ff602e5b8
Remove deprecated warning from interface name. 2017-11-05 21:03:14 -06:00
Tim Wang
e6a22d9c00 Fix linter issue 2017-11-04 22:01:22 +08:00
Tim Wang
972f126ed0 Fix NetInfo module type 2017-11-04 21:40:01 +08:00
Steffen Matthischke
0a394777ed [react-native] bump version to 0.50 2017-11-02 23:25:13 +01:00
Steffen Matthischke
ef34bdbd8e [react-native] add SafeAreaView 2017-11-02 23:08:06 +01:00
Sverre Johansen
54c6d449f2 Added missing getItemLayout prop to SectionList 2017-10-27 11:23:19 +02:00
Shane Fitzpatrick
57989134a3 react-native: Adding the fadeDuration property to ImagePropertiesAndroid (#21029) 2017-10-26 11:25:34 -07:00
Andy
403dbdabc7 react-native: More no-redundant-jsdoc fixes (#20931) 2017-10-23 14:45:51 -07:00
Andrew Goodale
2cb730ef15 Merge branch 'master' into remove-nav 2017-10-23 14:50:27 -04:00
Andrew Goodale
343099bb28 Remove Navigator and NavigationExperimental since they are not in RN >=0.44 2017-10-23 14:18:40 -04:00
huhuanming
9bf8e4caf8 Enhance ItemSeparatorComponent (#20807) 2017-10-23 07:56:19 -07:00
Andy
72bc73d061 react-*: Fix lint (#20825) 2017-10-23 07:31:51 -07:00
Eloy Durán
98050fbb2f Merge pull request #19840 from huhuanming/react-native
Add Fetch and Remove dom in tsconfig
2017-10-09 20:46:10 +02:00
huhuanming
d55a543b6e remove dom 2017-10-09 22:51:02 +08:00
Eloy Durán
e434515761 Merge pull request #20236 from simontreny/master
[react-native] Add NativeScrollEvent.velocity
2017-10-09 12:47:03 +02:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Tim Wang
b6b48d3a71 Merge branch 'master' into pinch-scrollview 2017-10-05 04:02:43 -05:00
Tim Wang
f30ba01639 Code format 2017-10-05 16:02:23 +08:00
Tim Wang
c602c4a605 Bump version 2017-10-05 15:38:31 +08:00
Tim Wang
4a3e82ab9e Add pinchGestureEnabled to ScrollView 2017-10-05 15:32:05 +08:00
Nathan Shively-Sanders
ba5a8c2243 Merge branch 'master' into fix-for-strictFunctionTypes 2017-10-03 13:05:23 -07:00
Simon Treny
b63591d41a Make NativeScrollEvent.velocity optional as iOS implementation only specifies it on onScrollEndDrag event 2017-10-03 21:04:35 +02:00
Simon Trény
1f042a85a8 Add NativeScrollEvent.velocity 2017-10-03 16:34:27 +02:00
Simon Trény
33844ff8a5 Fix type of NativeSyntheticEvent.timeStamp 2017-10-03 09:59:31 +02:00
Nathan Shively-Sanders
b8ea87c68e Strict function variance fixes round 1 2017-10-02 15:50:34 -07:00
Tommy Nguyen
73c50882bf Platform.select to allow any PlatformOSType as key. (#20207) 2017-10-02 14:26:48 -07:00
Tommy Nguyen
75d1bec99d Add macos to PlatformOSType. (#20206) 2017-10-02 14:25:46 -07:00
Alexis Mangin
a3b1c4af47 react-native: Update support for Pad and TVOS in Platform 2017-10-02 10:00:45 +01:00
Alexis Mangin
a3634e4796 react-native: Add support for Pad and TVOS in Platform 2017-09-29 15:22:38 +01:00
Eloy Durán
9ae7e1a8f1 Merge pull request #20092 from fmmoret/patch-1
Fix types on LayoutAnimation
2017-09-28 12:53:42 +02:00
Eloy Durán
30c89b012e Merge pull request #20080 from ibratoev/ibratoev/react-native-cleanup
[react-native] Cleanup redundant type parameters
2017-09-28 12:51:57 +02:00
fmmoret
91d1850785 Fix types on LayoutAnimation
.easeInEaseOut, .linear, and .spring have LayoutAnimationConfigs bound already.
See https://github.com/facebook/react-native/blob/master/Libraries/LayoutAnimation/LayoutAnimation.js#L164
2017-09-27 19:06:29 -07:00
Simon Treny
edc8fad69e Add missing extractOffset() methods and Animated.ScrollView 2017-09-27 21:34:31 +02:00
Ivaylo Bratoev
da59c6f554
Cleanup redundant type parameters 2017-09-27 19:28:06 +03:00
Eloy Durán
040a0eb7c5 Merge pull request #19047 from dannycochran/patch-8
update react-native image source typing
2017-09-23 11:56:27 +02:00
Danny Cochran
3675e134d1 remove whitespace 2017-09-22 12:41:41 -07:00
Danny Cochran
6e13a53c16 define ImageRequireSource instead of using number 2017-09-21 13:23:11 -07:00
huhuanming
6407fad3ae Add Fetch and Remove dom in tsconfig 2017-09-19 01:10:32 +08:00
Fedor Nezhivoi
c06bd42bb5 Remove myself from list of maintainers 2017-09-18 15:40:56 +03:00
Eloy Durán
e4ce585bf2 Merge pull request #19809 from huhuanming/react-native
Timeout can be optional in setInterval & setTimeout
2017-09-17 23:35:55 +02:00
huhuanming
8232bb0afc Timeout can be optional in setInterval & setTimeout 2017-09-17 23:51:59 +08:00
Mathieu Dutour
d644aafab0 add specific RN console properties
add the following properties to the console global object
* console.disableYellowBox
* console.ignoredYellowBox
See http://facebook.github.io/react-native/releases/0.48/docs/debugging.html#warnings
2017-09-17 17:29:01 +02:00
abrahambotros
f56051d04b [react-native] Add VirtualizedList onLayout event data 2017-09-12 11:00:26 -07:00
Eloy Durán
ed00d63d7d Merge pull request #19686 from RhinobyteSoftware/ryant/master/react-native-onpress-signatures
react-native - Add event object method parameter to onPress signatures
2017-09-12 13:14:06 +02:00
Ryan Thomas
566bf1a85e react-native - Removed name from definitions by header 2017-09-12 06:11:18 -05:00