Description
Description
Can not run the example expo project after create a new library with command npx create-react-native-library@latest awesome-library
in version 0.44.1
Steps to reproduce:
- Create a new library using the command:
npx create-react-native-library@latest awesome-library
- Enter inside folder:
cd awesome-library
- Install dependencies:
npm i
- Enter inside example folder:
cd example
- Start metro:
npm start
- See error on console
Packages
- create-react-native-library
- react-native-builder-bob
Selected options
β What is the name of the npm package? β¦ ui-library
β What is the description for the package? β¦ Test ui library component creation
β What is the name of package author? β¦ Anna
β What is the email address for the package author? β¦ [email protected]
β What is the URL for the package author? β¦ https://github.com/AnaClaudiaSac
β What is the URL for the repository? β¦ https://github.com/AnaClaudiaSac/ui-library
β What type of library do you want to develop? βΊ JavaScript library
β Project created successfully at ui-library!
Link to repro
N/A
Environment
MacOS: 12.7.6
Node: 22.11.0
create-react-native-library: 0.44.1