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
Ryan Thomas
d86b47c09e
ReactNative OnPress Signatures - Updated the TextProperties onLongPress/onPress method signatures and the TouchableWithoutFeedbackProperties onLongPress/onPress/onPressIn/onPressOut method signatures to include the event object as a parameter
2017-09-11 19:09:56 -05:00
Andrew Goodale
c33eab35c0
Add issue link and fix Geolocation options type
2017-09-11 09:19:46 -04:00
Anton Semenov
4be47eb978
Fix excludeActivityTypes property of ShareActionSheetIOSOptions
...
This property casting as it is to iOS native UIActivityViewController, that has a property excludedActivityTypes, not excludeActivityTypes
2017-09-10 21:00:37 +03:00
Andrew Goodale
693f8a4886
Declare timer functions in a separate file
2017-09-08 18:08:45 -04:00
Andrew Goodale
d5176877e2
Remove timer functions due to "error TS2383"
2017-09-08 09:50:34 -04:00
Andrew Goodale
745c8be65c
Fix incorrect Geolocation callback error type
2017-09-07 17:34:36 -04:00
Andrew Goodale
e46f35cf97
Update declaraiton of GeolocationStatic
2017-09-07 16:45:30 -04:00
Andrew Goodale
514e8253d3
Add global declarations for RN polyfills
2017-09-07 15:43:02 -04:00
huhuanming
d0c49ce6e5
Add MaskedView
2017-09-02 23:48:32 +08:00
Andy
d74806eb3d
Add lint disables for no-unnecessary-generics ( #19508 )
2017-09-01 08:34:37 -07:00
Sahin Vardar
be58e6ad16
Fixes #18734
...
* Altered typing of NativeModulesStatic to enable NativeModule modules of type any and typed native modules at the same time.
* Added test case for typed and untyped native modules.
2017-08-29 20:30:01 +02:00
ahanriat
da7db43db1
Add Animated.loop typings
2017-08-24 17:47:06 +02:00
Andrew Goodale
35f284e256
Remove references to types from "dom" TS library
2017-08-23 13:57:32 -04:00
Eloy Durán
abbc84feee
Merge pull request #19080 from iRoachie/rn
...
[rn] Fix redeclaration of global
2017-08-23 18:25:19 +02:00
Kyle Roach
75b8d8a4e7
[rn] Fix redeclaration of global
2017-08-23 10:57:15 -04:00
Andy
924fafffc0
Fix remaining lint errors ( #19166 )
2017-08-20 15:37:53 -07:00
Marco Buono
28bedbce72
react-native: Add display style
...
It's available as of v0.43, see the following commit:
4d69f4b2d1
2017-08-18 20:07:41 -03:00