■ダウンロード
git clone https://github.com/dooboolab/react-native-iap.git
■移動
``
cd react-native-iap-master/IapExample/
■IapExample/metro.config.js を編集
```
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
resolver: {
sourceExts: ['jsx', 'js', 'ts'],
},
};
```
>https://github.com/react-native-community/react-native-image-picker/issues/1165#issuecomment-529216435
■起動
```
npm run start # 不要かも
npm run ios
```