Commit Graph

12 Commits

Author SHA1 Message Date
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
Howard Yeh
03c232c180 react-native add BackAndroid (#9096) 2016-05-01 23:01:41 +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
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
York Yao
3a49a79182 Update react-native-tests.tsx 2016-01-20 20:47:54 +08:00
bgrieder
12c6eec04b Improvements to Events System + PanResponder + PushNotificationIOS + StatusBarIOS + VibrationIOS 2015-11-22 09:58:22 +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
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