Closed RobinCsl closed 3 years ago
rnpm to link assets is going to be removed in next release of RN, probably RN 0.61
rnpm
Follow the guidelines from https://github.com/react-native-community/cli/blob/master/docs/configuration.md#libraries to make it usable for RN 0.60
That also means that react-native@>=0.60 should be a peer dependency in @kiwicom/universal-components's package.json file.
react-native@>=0.60
@kiwicom/universal-components
package.json
rnpm
to link assets is going to be removed in next release of RN, probably RN 0.61Follow the guidelines from https://github.com/react-native-community/cli/blob/master/docs/configuration.md#libraries to make it usable for RN 0.60
That also means that
react-native@>=0.60
should be a peer dependency in@kiwicom/universal-components
'spackage.json
file.