Skip to content

Conversation

@william-normann
Copy link

No description provided.

BrunoCicciarello-TomTom and others added 30 commits February 4, 2019 16:55
The podspec file was npm ignored, resulting in linking via CocaPods did not work
`componentWillMount` is deprecated and therefore warnings are shown when using RN 0.60+.

```
Warning: componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you can rename to UNSAFE_componentWillMount.

Please update the following components: WrappedAnimatedInteractableView
```

The lifecycle isn't used anymore so we can safely remove it.
With this config file cli will be able to find the sourceDir for android. This will fix "Invariant Violation requireNativeComponent 'InteractableView' was not found in UiManager" error for RN >= 0.60.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.