mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
Fix link broken.
Summary: The link to source of NativeMethodsMixin.js and ReactNativeBaseComponent.js in direct manipulation page is broken, fix it. Closes https://github.com/facebook/react-native/pull/8774 Differential Revision: D3564954 Pulled By: JoelMarcey fbshipit-source-id: 315fdbc5186b3f13e71ec84c9e683a7caaef1cfd
This commit is contained in:
parent
3c0f428f05
commit
ca0d702fd8
@ -83,11 +83,11 @@ performing continuous animations and responding to gestures, judiciously
|
||||
optimizing your components can improve your animations' fidelity.
|
||||
|
||||
If you look at the implementation of `setNativeProps` in
|
||||
[NativeMethodsMixin.js](https://github.com/facebook/react-native/blob/master/Libraries/ReactIOS/NativeMethodsMixin.js)
|
||||
[NativeMethodsMixin.js](https://github.com/facebook/react/blob/master/src/renderers/native/NativeMethodsMixin.js)
|
||||
you will notice that it is a wrapper around `RCTUIManager.updateView` -
|
||||
this is the exact same function call that results from re-rendering -
|
||||
see [receiveComponent in
|
||||
ReactNativeBaseComponent.js](https://github.com/facebook/react-native/blob/master/Libraries/ReactNative/ReactNativeBaseComponent.js).
|
||||
ReactNativeBaseComponent.js](https://github.com/facebook/react/blob/master/src/renderers/native/ReactNativeBaseComponent.js).
|
||||
|
||||
## Composite components and setNativeProps
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user