参考にしたサイト
https://github.com/facebook/react-native/issues/14382
https://github.com/AgNm/third-party
$ rm -rf node_modules/react-native/third-party/
$ cd [適当なディレクトリ]
$ git clone git@github.com:AgNm/third-party.git
$ mv third-party/third-party [自分のプロジェクト]/node_modules/react-native/
$ cd [自分のプロジェクト]
$ npm install
$ react-native bundle --platform ios --dev false --entry-file index.js --bundle-output iOS/main.jsbundle