Eloy Durán
|
536d34cd8c
|
Merge pull request #27522 from VincentLanglet/patch-2
[React native] Add section in SectionListRenderItemInfo
|
2018-08-13 15:12:04 +02:00 |
|
Eloy Durán
|
01f7c09835
|
Merge pull request #28051 from iRoachie/alert-ios
(react-native) Add keyboardType to AlertIOS prompt
|
2018-08-13 15:07:58 +02:00 |
|
shintaro-morikawa
|
55b27e2709
|
Fix return type React Native AsyncStorage.getItem
|
2018-08-11 20:57:24 +09:00 |
|
Kyle Roach
|
25c5f17ca6
|
Add keyboardType to AlertIOS prompt
|
2018-08-11 03:58:05 -04:00 |
|
Kyle Roach
|
97f4bc1879
|
feat(react-native): Add enabled prop to KeyboardAvoidingView
|
2018-08-10 08:24:26 -04:00 |
|
Ferdy Budhidharma
|
bc0c933415
|
feat(react-dependents): update to TS 2.8 (part 2 of 2) (#27744)
* feat(react-dependents): update to ts 2.8
* fix version mismatches
* remove package.json
* post merge updates
* add package.json back again
|
2018-08-06 06:28:42 +01:00 |
|
Elias Toivanen
|
8e20fb6f88
|
@types/react-native - Add missing property textContentType for TextInputIOSProps. (#27809)
* @types/react-native
Add missing property `textContentType` for `TextInputIOSProps`.
* Add the `textContentType` in the TextInput test
|
2018-08-03 10:55:18 -07:00 |
|
Vincent Langlet
|
aa28f4cd15
|
Add section in SectionListRenderItemInfo
|
2018-07-28 18:23:14 +02:00 |
|
Alexaner T
|
3f26db8119
|
Add imageRef prop to ImageBackground
|
2018-07-20 14:11:33 +03:00 |
|
Marat Abdullin
|
b6e31ebe69
|
Adding the test.
|
2018-07-17 13:53:59 +02:00 |
|
Marat Abdullin
|
f1be7646d5
|
Fixing the typo in a property name.
|
2018-07-17 13:44:39 +02:00 |
|
Caleb Clarke
|
ee49a4763b
|
react-native - Added nativeConfig to WebViewProps (#27211)
* Added nativeConfig to WebViewProps
* Added test
* Object -> object
* Added remaining nativeConfig properties to test
|
2018-07-15 12:19:53 -07:00 |
|
Alexander T
|
fe5462429b
|
Add textTransform style prop (#27210)
|
2018-07-12 00:51:35 -07:00 |
|
Alexander T
|
d0aa166405
|
Update types based on new react-native 0.56 version (#27136)
|
2018-07-09 11:24:28 -07:00 |
|
Alexander T
|
9dfbd04087
|
Wrap events to NativeSyntheticEvent (#27059)
|
2018-07-05 10:02:32 -07:00 |
|
Pankaj Pandey
|
bc4d86eeab
|
Update index.d.ts (#26978)
* Update index.d.ts
* Replace any with NativeTouchEvent
|
2018-07-03 09:23:43 -07:00 |
|
Armands Baurovskis
|
5d4fbeeff9
|
no message
|
2018-06-26 10:56:22 +03:00 |
|
Armands Baurovskis
|
76b66a3be8
|
- Add missing "inverted" prop. https://facebook.github.io/react-native/docs/sectionlist#inverted
|
2018-06-26 10:47:26 +03:00 |
|
Alexaner T
|
553a72da2f
|
RN - Change Image props/static methods
|
2018-06-25 18:21:13 +03:00 |
|
Dan Homola
|
89d60e895d
|
[react-native] add accessibilityElementsHidden prop
|
2018-06-25 09:00:30 +02:00 |
|
Eloy Durán
|
8cfe3b2c5a
|
Merge pull request #26441 from reddor/reddor-patch-1
[react-native] Add viewabilityConfigCallbackPairs property to scrollView
|
2018-06-24 15:51:56 +02:00 |
|
Alexader
|
184793074f
|
Move onKeyPress from TextInputIOSProps to TextInputProps
|
2018-06-24 10:38:52 +03:00 |
|
Alexaner T
|
fa2e5a65a1
|
Change TextInput onSelectionChange event data
|
2018-06-21 19:36:35 +03:00 |
|
Alexader
|
0f029030bd
|
Wrap events to NativeSyntheticEvent
|
2018-06-16 22:12:39 +03:00 |
|
Eloy Durán
|
10fe633823
|
Merge pull request #26585 from newyankeecodeshop/rn-fix-text-input-state
[react-native] Fix `TextInput.State` and SectionList prop `onScrollToIndexFailed`
|
2018-06-16 12:10:48 +02:00 |
|
Andrew Goodale
|
05d33b6d77
|
SectionList missing onScrollToIndexFailed prop
|
2018-06-15 13:04:24 -04:00 |
|
Andrew Goodale
|
b079af2730
|
TextInput.State is a static value
|
2018-06-15 12:51:09 -04:00 |
|
Alexaner T
|
d67617c5bb
|
Change Image onLoad event data
|
2018-06-15 10:32:18 +03:00 |
|
Alexaner T
|
3653895fcd
|
Add onScroll event to TextInput
|
2018-06-14 14:54:13 +03:00 |
|
Alexaner T
|
446da95f1c
|
add missed props to synthetic event
|
2018-06-12 13:19:12 +03:00 |
|
Simon Ley
|
ce0b57bd4d
|
use right version that actually works, sorry
|
2018-06-11 15:52:56 +02:00 |
|
Shane Fitzpatrick
|
028d2422e9
|
Adding a test
|
2018-06-09 08:21:28 -07:00 |
|
Simon Ley
|
5802bcc35d
|
Add viewabilityConfigCallbackPairs property
|
2018-06-08 14:00:24 +02:00 |
|
Shane Fitzpatrick
|
e02a423e30
|
react-native: Add event for TextInput onFocus and onBlur
|
2018-06-05 09:50:28 -07:00 |
|
Joey Jan
|
c0934c470f
|
react-native: add getRunnable method to AppRegistry (#26213)
* add getRunnable method to AppRegistry
* Update index.d.ts
|
2018-06-04 08:01:56 -07:00 |
|
Matt Etre
|
66319cc782
|
revert ts version
|
2018-05-24 10:04:38 +01:00 |
|
Matt Etre
|
5e89b5e726
|
bump typescript version
|
2018-05-24 09:43:49 +01:00 |
|
Matt Etre
|
ce6036ed64
|
fix react-native image static methods
|
2018-05-24 09:33:10 +01:00 |
|
Eloy Durán
|
4393935ba7
|
Merge pull request #25888 from VincentLanglet/layoutProps
[@types/react-native] Remove layoutProperties
|
2018-05-21 12:35:13 +02:00 |
|
Vincent Langlet
|
8dbab0928b
|
Remove layoutProps
|
2018-05-19 14:22:25 +02:00 |
|
Eloy Durán
|
c0fe97a75b
|
Merge pull request #25737 from VincentLanglet/react-native/fetch
[react-native] Add missing GlobalFetch / RequestInfo definitions
|
2018-05-16 15:41:07 +02:00 |
|
Eloy Durán
|
23f52199a3
|
Merge pull request #25735 from brunolemos/view-style-props
[react-native] Add missing style props to View
|
2018-05-16 15:38:50 +02:00 |
|
Tommy Nguyen
|
63fb6fdcb4
|
fixup! [react-native] Add declarations for MessageQueue and BatchedBridge.
|
2018-05-16 13:21:57 +02:00 |
|
Bruno Lemos
|
cf5dd197b3
|
[react-native] [Image] Disable broken props: width, height and tintColor
|
2018-05-16 04:03:08 -03:00 |
|
Bruno Lemos
|
ddac6e2625
|
[react-native] Add tests for ImageStyle and ViewStyle as props
|
2018-05-16 04:02:57 -03:00 |
|
Bruno Lemos
|
d12e4ba256
|
[react-native] Image props should extend ImageStyle intead of ViewStyle
|
2018-05-16 01:30:49 -03:00 |
|
Tommy Nguyen
|
9ea396d9d6
|
[react-native] Add declarations for MessageQueue and BatchedBridge.
|
2018-05-15 21:33:57 +02:00 |
|
Vincent Langlet
|
c20e3f91b0
|
Improve tests
|
2018-05-15 15:57:16 +02:00 |
|
Vincent Langlet
|
8b7bccf8a1
|
Add tests
|
2018-05-15 00:09:29 +02:00 |
|
Armands Baurovskis
|
ae6cbcf392
|
= SectionList missing methods
|
2018-05-14 17:04:46 +03:00 |
|