react-native-macos/Libraries/Components/View
Grégoire Rit c416b40542 Add setNextFocus support (#22082)
Summary:
Add properties to be able to set the nextFocus. It can be very useful with Android TV.

New android View properties :

* nextFocusDown binded to [setNextFocusDownId](https://developer.android.com/reference/android/view/View.html#setNextFocusDownId(int))
* nextFocusForward binded to [setNextFocusForwardId](https://developer.android.com/reference/android/view/View.html#setNextFocusForwardId(int))
* nextFocusLeft binded to [setNextFocusLeftId](https://developer.android.com/reference/android/view/View.html#setNextFocusLeftId(int))
* nextFocusRight binded to [setNextFocusRightId](https://developer.android.com/reference/android/view/View.html#setNextFocusRightId(int))
* nextFocusUp binded to [setNextFocusUpId](https://developer.android.com/reference/android/view/View.html#setNextFocusUpId(int))

Can be used to fix :

* Fixes #20593
* Fixes #20100

Same PR as #22080 but accorded to changes on master
Pull Request resolved: https://github.com/facebook/react-native/pull/22082

Differential Revision: D14162740

Pulled By: cpojer

fbshipit-source-id: 9a13a185d4e8307ce67014fb076c62d135c487c3
2019-02-20 23:37:35 -08:00
..
PlatformViewPropTypes.android.js TVViewPropTypes, PlatformViewPropTypes, DeprecatedTVViewPropTypes (#21372) 2018-09-27 16:35:42 -07:00
PlatformViewPropTypes.ios.js TVViewPropTypes, PlatformViewPropTypes, DeprecatedTVViewPropTypes (#21372) 2018-09-27 16:35:42 -07:00
ReactNativeStyleAttributes.js Rename and move ViewStylePropTypes (#21415) 2018-10-01 12:19:15 -07:00
ReactNativeViewAttributes.js Accessibility Escape 2018-12-06 19:44:21 -08:00
View.js Deploy v0.89 2018-12-14 13:57:50 -08:00
ViewAccessibility.js Split ViewAccessibility into DeprecatedViewAccessibility and rename r… (#21422) 2018-10-05 10:03:10 -07:00
ViewNativeComponent.js Remove $FlowFixMe on View 2019-01-09 12:25:31 -08:00
ViewPropTypes.js Add setNextFocus support (#22082) 2019-02-20 23:37:35 -08:00