I\'m using a local module in package.json that also has react-native as a dependency.
package.json
react-native
In my APP package.json:
I respond myself.
As a temporary solution, and given putting the dependencies in peerDependencies didn't work either, I've put the react and react-native in devDependencies of the react-native-services package.
peerDependencies
react
devDependencies
react-native-services