bamlab / bamlab/react-native-stripe
[!] There are multiple dependencies with different sources for `React` in `Podfile`:
- Dominant language
- Objective-C
- Stars
- 32
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
When copying the Podfile text and running pod install, I'm getting the following error:
```
[!] There are multiple dependencies with different sources for `React` in `Podfile`:
- React/Core (from `../node_modules/react-native`)
- React/RCTActionSheet (from `../node_modules/react-native`)
- React/RCTAnimation (from `../node_modules/react-native`)
- React/RCTGeolocation (from `../node_modules/react-native`)
- React/RCTImage (from `../node_modules/react-native`)
- React/RCTLinkingIOS (from `../node_modules/react-native`)
- React/RCTNetwork (from `../node_modules/react-native`)
- React/RCTSettings (from `../node_modules/react-native`)
- React/RCTText (from `../node_modules/react-native`)
- React/RCTVibration (from `../node_modules/react-native`)
- React/RCTWebSocket (from `../node_modules/react-native`)
- React/DevSupport (from `../node_modules/react-native`)
- React (from `../node_modules/react-native/`)
[!] use_native_modules! skipped the react-native dependency 'react-native-stripe'. No podspec file was found.
- Check to see if there is an updated version that contains the
necessary podspec file
- Contact the library maintainers or send them a PR to add a
podspec. The react-native-webview podspec is a good example of a
package.json driven podspec. See
https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
- If necessary, you can disable autolinking for the dependency and
link it manually. See
https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.