2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

'config.h' file not found

Last updated at Posted at 2018-06-10

参考にしたサイト

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
2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?