Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from shoutem/feature/forward_native_props
* Forward setNativeProps to the child component - forward the nativeProps to the wrapped component to prevent from breaking the wrapped components' functionality if they are native - https://facebook.github.io/react-native/docs/direct-manipulation.html
- Loading branch information