react-native-eject
v1.0.2
Published
Single command to eject a React Native app
Downloads
11,230
Maintainers
Readme
react-native-eject
Command eject
was a part of create-react-native-app
but as talked here it was removed.
Then according to this discussion I made a copy of removed code and here we have the eject command again :)
Getting started
yarn add -D react-native-eject
yarn react-native eject
Compatibility
| react-native-eject
| @react-native-community/cli
| react-native
|
| -------------------- | ---------------------------------------------------------------- | -------------- |
| ^1.0.1 | ^15.0.0 | ^0.75.0 |
| ^0.2.0 | ^9.0.0 | ^0.70.0 |
| ^0.1.2 | ^8.0.0 | ^0.69.0 |
What Next?
Here is a list of related and helpful links after ejecting a react-native project
- react-native-rename - Rename react-native app with just one command
- react-native-app-id - Cross platform approach to setting a bundle ID
- rename-your-xcode-project - (iOS) Article
- rename-an-xcode-project - (iOS) Stack Overflow Question
- change-the-bundle-identifier - Stack Overflow Question
- app-icon - Icon management for Mobile Apps
- android-asset-studio - A collection of tools to easily generate Android assets
MIT