Commit Graph

49 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07: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
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
bgrieder
c8ad4f59ef Image fixes & add ImageResize 2015-11-11 10:34:31 +01:00
bgrieder
a3631563a8 added ActivityIndicatorsIOS 2015-11-11 06:42:07 +01:00
bgrieder
303486394f Fixes to NavigationBar and BreadcrumbNavigationBar 2015-11-10 17:26:29 +01:00
bgrieder
d6c0b99afe Fixes to Navigator. Added NavigatorStatic.NavigationBar 2015-11-10 08:53:19 +01:00
bgrieder
34a93a77af Improvements to Route and NavigatorIOS 2015-11-09 14:48:00 +01:00
bgrieder
6dedc3d5b5 Fixes to Text Component 2015-11-09 12:35:14 +01:00
bgrieder
c4d09a5d1c More Fixes + TouchableHighlight + TouchableOpacity + TouchableWithoutFeedback 2015-11-09 12:16:08 +01:00
bgrieder
a6758d638b Lots of fixes + TextInput + ScrollView + LstView 2015-11-09 11:36:09 +01:00
bgrieder
e4a4c66806 additional definitions for Navigator and NavigatorIOS 2015-11-08 07:46:36 +01:00
bgrieder
00d496b4c4 added FlexStyle and ImageProperties 2015-11-07 08:27:42 +01:00
bgrieder
b2ce26a078 Fixed missing exports 2015-11-07 07:03:49 +01:00
bgrieder
281006bf74 Test building using es5/commonjs 2015-11-06 22:40:15 +01:00
bgrieder
c4d24f7f7e Note on using ES6 as the target 2015-11-06 22:20:52 +01:00
bgrieder
efce0c25ec Initial definitions for react-native 0.14 2015-11-06 22:01:15 +01:00