It should be as easy as this: Add a new file called `react-native.config.js` in that file, add: ``` module.exports = { dependency: { platforms: { android: { packageImportPath: "import com.github.amarcruz.rntextsize.RNTextSizePackage;", packageInstance: "new RNTextSizePackage()", }, ios: { podspecPath: "ios/RNTextSize.podspec", }, }, }, }; ``` And I'm pretty sure that's it. I can create a PR if you give me access! Thanks!