Ryan Cavanaugh
f55497c988
Merge remote-tracking branch 'upstream/master' into merge_7_25
...
# Conflicts:
# convict/convict.d.ts
# multer/multer.d.ts
# nodemailer/nodemailer.d.ts
# react-bootstrap-table/react-bootstrap-table.d.ts
# react-dnd/react-dnd-tests.ts
# react-native/index.d.ts
# request/request.d.ts
# restify/index.d.ts
# webpack/webpack.d.ts
# ws/ws.d.ts
2016-07-27 16:12:49 -07:00
Ryan Cavanaugh
b488f3cb5f
Merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
639b88af6a
Get more tests passing
2016-07-26 15:03:04 -07:00
Ryan Cavanaugh
e94e9a8630
Merge commit 'upstream/master~450' into merge_7_25
2016-07-26 13:40:56 -07:00
Ryan Cavanaugh
11d624e656
Merge commit 'upstream/master~500' into merge_7_25
2016-07-26 12:17:32 -07:00
Yui
2864d5392d
Merge pull request #10264 from jokester/react-native-remove-promise
...
remove Promise from react-native
2016-07-25 20:58:34 -07:00
Ryan Cavanaugh
347311a5f0
Partial merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-25 14:26:20 -07:00
Wang Guan
037c33d5e0
remove Promise from react-native
2016-07-25 03:38:40 +09:00
Wang Guan
29e1a843c2
let the following interfaces extend ViewProperties:
...
- ActivityIndicatorIOSProperties
- ActivityIndicatorProperties
- DatePickerIOSProperties
- DrawerLayoutAndroidProperties
- PickerProperties
- MapViewProperties
- ProgressBarAndroidProperties
- ProgressViewIOSProperties
- RefreshControlProperties
- ScrollViewProperties
- ListViewProperties
- SegmentedControlIOSProperties
- SliderProperties
- SliderIOSProperties
- TabBarIOSProperties
- TabBarItemProperties
- SwitchProperties
- SwitchPropertiesIOS
- WebViewProperties
2016-07-25 03:04:14 +09:00
Brad Smith
da7c99c73b
Added unselectedTintColor prop to TabBarIOS ( #10251 )
...
Per https://facebook.github.io/react-native/docs/tabbarios.html#props
2016-07-23 23:30:08 -07:00
Ruben Slabbert
4c7d03b088
React-Native: Added ActivityIndicator ( #10122 )
...
* React-Native: Added ActivityIndicator
* React Native: Added @Deprecated to ActivityIndicatorIOS and changed string type to enum type on ActivityIndicator size
2016-07-19 16:25:34 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Wang Guan
7f5ba75603
add definition for Navigator in react-native 0.29 ( #10035 )
2016-07-09 15:35:08 +09:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Andy Shu Xin
5a3d3f6fbd
RN: Fix typo and flukes ( #9665 )
...
* RN: add props definition for WebView
* RN: Add platform-specific props to WebView
* RN: Add getWebViewHandle method
* RN: add source props to WebView
* RN: fix type of decelerationRate
* RN: Update Picker.Item props
* RN: Update props name
* RN: Clarify mode range
* RN: Add definition for DrawerLayoutAndroid
* RN: Update Image
* RN: Update ListView
* RN: Update MapView to 0.25
* RN: Add Modal
* RN: Update ScrollView
* RN: Add SegmentedControlIOS
* RN: Add Slider
* RN: Update SliderIOS
* RN: Define Status Bar
* RN: export StatusBar
* RN: Define Switch
* RN: Update Text
* RN: Update TextInput
* RN: Add ToolbarAndroid
* RN: Update TouchableOpacity
* RN: Update TouchableWithoutFeedback
* RN: Update View
* RN: Update ViewPagerAndroid
* RN: Fix mistakes
* RN: Unify indentation
* Add 2 components; fix some minor problems
* fix: follow the convention
* RN: Update ActionSheetIOS
* RN: Add Alert api
* RN: Fix reference
* RN: Update AlertIOS
* RN: add typing for type parameter
* RN: Update AppRegistry
* RN: Update AppState and AppStateIOS
* RN: Add BackAndroid
* RN: Update Camera Roll
* RN: Add Clipboard
* RN: Add DatePickerAndroid
* RN: Update Dimensions
* RN: Update InteractionManager
* RN: Add methods to DrawerLayoutAndroid
* RN: Export DatePickerAndroid
* RN: Add IntentAndroid
* RN: Add Linking
* RN: Add LinkingIOS
* RN: Add NetInfo
* RN: Update PixelRatio
* RN: Update PushNotificationIOS
* RN: Update StyleSheet
* RN: Add TimePickerAndroid
* RN: Update ToastAndroid
* RN: Add Vibration
* RN: Set stricter definition for flexbox props
* RN: Define ShadowPropTypesIOSStatic
* RN: Fix indentation
* RN: Add Geolocation
* RN: Export Geolocation
* RN: Move Geolocation to proper position
* RN: Define fetch
* RN: Fix tabs
* RN: Define schedulers
* RN: Major fixes from @PublicParadise
* RN: Update version
* RN: Add documentation as comments
* RN: Add more comments
* fix: typo
* add some missing callbacks
* RN: Export switch
* add missing commentes
* Fix(Switch): add style property
* RN: Update Navigation Experimental
* RN: Define SwipableListView
* RN: Add necessary marks
* RN: Improve unclear typing
* RN: Enable pagingEnabled for ScrollView
* RN: Enable returnKeyType for both platforms
* RN: Add returnKeyLabel to Android
* RN: Add a prop
* RN: Add scrollEnabled prop in 0.27
* RN: Add new prop from 0.27
* RN: Fix typo
* RN: Remove redundant export
* RN: Fix typo
* RN: Add missing definitions
* RN: Fix missing type declarations
* Annotate params
2016-06-19 12:00:06 +09:00
Andy Shu Xin
d0d756ea7f
Update React Native Definition to 0.27 ( #9563 )
...
* RN: add props definition for WebView
* RN: Add platform-specific props to WebView
* RN: Add getWebViewHandle method
* RN: add source props to WebView
* RN: fix type of decelerationRate
* RN: Update Picker.Item props
* RN: Update props name
* RN: Clarify mode range
* RN: Add definition for DrawerLayoutAndroid
* RN: Update Image
* RN: Update ListView
* RN: Update MapView to 0.25
* RN: Add Modal
* RN: Update ScrollView
* RN: Add SegmentedControlIOS
* RN: Add Slider
* RN: Update SliderIOS
* RN: Define Status Bar
* RN: export StatusBar
* RN: Define Switch
* RN: Update Text
* RN: Update TextInput
* RN: Add ToolbarAndroid
* RN: Update TouchableOpacity
* RN: Update TouchableWithoutFeedback
* RN: Update View
* RN: Update ViewPagerAndroid
* RN: Fix mistakes
* RN: Unify indentation
* Add 2 components; fix some minor problems
* fix: follow the convention
* RN: Update ActionSheetIOS
* RN: Add Alert api
* RN: Fix reference
* RN: Update AlertIOS
* RN: add typing for type parameter
* RN: Update AppRegistry
* RN: Update AppState and AppStateIOS
* RN: Add BackAndroid
* RN: Update Camera Roll
* RN: Add Clipboard
* RN: Add DatePickerAndroid
* RN: Update Dimensions
* RN: Update InteractionManager
* RN: Add methods to DrawerLayoutAndroid
* RN: Export DatePickerAndroid
* RN: Add IntentAndroid
* RN: Add Linking
* RN: Add LinkingIOS
* RN: Add NetInfo
* RN: Update PixelRatio
* RN: Update PushNotificationIOS
* RN: Update StyleSheet
* RN: Add TimePickerAndroid
* RN: Update ToastAndroid
* RN: Add Vibration
* RN: Set stricter definition for flexbox props
* RN: Define ShadowPropTypesIOSStatic
* RN: Fix indentation
* RN: Add Geolocation
* RN: Export Geolocation
* RN: Move Geolocation to proper position
* RN: Define fetch
* RN: Fix tabs
* RN: Define schedulers
* RN: Major fixes from @PublicParadise
* RN: Update version
* RN: Add documentation as comments
* RN: Add more comments
* fix: typo
* add some missing callbacks
* RN: Export switch
* add missing commentes
* Fix(Switch): add style property
* RN: Update Navigation Experimental
* RN: Define SwipableListView
* RN: Add necessary marks
* RN: Improve unclear typing
* RN: Enable pagingEnabled for ScrollView
* RN: Enable returnKeyType for both platforms
* RN: Add returnKeyLabel to Android
* RN: Add a prop
* RN: Add scrollEnabled prop in 0.27
* RN: Add new prop from 0.27
2016-06-08 20:05:12 +09:00
Ryan Cavanaugh
fb9c384720
Last round of fixes
2016-05-18 10:45:24 -07:00
Ryan Cavanaugh
2847235610
More fixes around __React
2016-05-12 17:07:04 -07:00
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
290d5dfb4d
More fixes
2016-05-04 18:42:46 -07:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Howard Yeh
03c232c180
react-native add BackAndroid ( #9096 )
2016-05-01 23:01:41 +09:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Howard Yeh
310c247694
React native animated ( #9057 )
...
* Type Animated.Value
* react-native Animated.spring
* react-native AnimatedValueXY type
* react-native Animated.parallel
* react-native Animated.event
* react-native Animated components
* react-native tweak Animated types
* react-native add Animated.timing
* react-native rewrite animation config as interface
* react-native remove semi-colons
* react-native refine the type AnimatedValue
* react-native refine the type AnimatedValue
* react-native animated no implicit any
* react-native animated API tests
* react-native more Animated API type coverage
* react-native add Animated.Base as alias of commone base type
* react-native fix typedef bug
2016-04-26 01:03:05 +09:00
Howard Yeh
42e2274e9b
react-native specialized Component class ( #9060 )
...
* react-native specialized Component class
* react-native native component methods
* react-native move global static outwards
* react-native fix typedef bugs
2016-04-25 23:50:02 +09:00
Howard Yeh
362675c31d
Add Dimensions module to react-native ( #9056 )
2016-04-23 21:56:20 +09:00
Bernd Paradies
870676f6e2
Adding scrollTo to react-native's ScrollViewStatic
2016-04-03 20:32:13 -07:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Jung-gun Lim
adb2d9174d
Update definition for react-native: Changed import syntax
2016-02-17 10:25:37 +09:00
Jung-gun Lim
52270b0734
Update definition for react-native: ViewPagerAndroid
2016-02-16 17:37:38 +09:00
Jung-gun Lim
fa788ae7c5
Update definition for react-native : AppState
2016-02-16 16:20:38 +09:00
Brandon Kase
67b4a67acd
react-native: Param added to ScrollView onScroll
2016-01-28 18:03:01 -08:00
York Yao
3a49a79182
Update react-native-tests.tsx
2016-01-20 20:47:54 +08:00
York Yao
a6e024eb4a
Update react-native.d.ts
...
https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Writing%20Definition%20Files.md
2016-01-20 20:46:35 +08:00
vvakame
781e468d4b
remove unused .tscparams
2015-12-23 18:23:35 +09:00
bgrieder
732f2f4bc1
improved definitions so that react-native 'extends' react rather thane 're-exports' react
2015-11-26 05:46:09 +01:00
bgrieder
12c6eec04b
Improvements to Events System + PanResponder + PushNotificationIOS + StatusBarIOS + VibrationIOS
2015-11-22 09:58:22 +01:00
bgrieder
0616a7fb66
Added CameraRoll + NetInfo + PanResponder &&+ Fixes to ViewProperties
2015-11-18 09:40:09 +01:00
Masahiro Wakame
53f09cc38a
Merge pull request #6725 from bgrieder/master
...
More definitions and fixes for react-native
2015-11-16 22:20:07 +09:00
bgrieder
8680e1d5b2
Added AppState + ASyncStorage
2015-11-15 07:44:36 +01:00
bgrieder
a35e83d260
Added: AlertIOS + AdSupportIOS + AlertIOS
2015-11-14 19:54:22 +01:00
bgrieder
abd55faafa
Multiple fixes to TextInput, WebView, Touchables + Added WebView
2015-11-13 08:24:57 +01:00
bgrieder
bc7ac5c334
Added definitions for Text
2015-11-12 08:52:17 +01:00
bgrieder
0f43e25850
Added or fixed definitions for PickerIOS + ScrollView + SliderIOS + SwitchIOS + TabBarIOS. Multiple minor fixes
2015-11-12 07:06:25 +01:00
bgrieder
ba437e7e28
Fixes to ListView + Added MapView + Added LayoutAnimation
2015-11-11 22:06:32 +01:00
James Brantly
99443d33d5
Update tests for dependencies of React to work with v0.14
2015-11-11 09:47:20 -05:00