-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use metro for web bundling in js library template (#574)
### Summary This changes the bundler to Metro for the example app using Expo. It reduces the configuration required and aligns with the new defaults of Expo projects. ### Test plan - Create a library and choose the "JavaScript library" example - Ensure that the project runs on the web <img width="995" alt="image" src="https://github.com/callstack/react-native-builder-bob/assets/1174278/8dbe93dd-730f-49cd-9147-a7ec6f56e140">
- react-native-builder-bob@0.35.2
- react-native-builder-bob@0.35.1
- react-native-builder-bob@0.35.0
- react-native-builder-bob@0.34.0
- react-native-builder-bob@0.33.3
- react-native-builder-bob@0.33.2
- react-native-builder-bob@0.33.1
- react-native-builder-bob@0.33.0
- react-native-builder-bob@0.32.1
- react-native-builder-bob@0.32.0
- react-native-builder-bob@0.31.0
- react-native-builder-bob@0.30.3
- react-native-builder-bob@0.30.2
- react-native-builder-bob@0.30.1
- react-native-builder-bob@0.30.0
- react-native-builder-bob@0.29.1
- react-native-builder-bob@0.29.0
- react-native-builder-bob@0.28.1
- react-native-builder-bob@0.28.0
- react-native-builder-bob@0.27.0
- react-native-builder-bob@0.26.0
- react-native-builder-bob@0.25.0
- react-native-builder-bob@0.25.0-next.5
- react-native-builder-bob@0.25.0-next.4
- react-native-builder-bob@0.25.0-next.3
- react-native-builder-bob@0.25.0-next.2
- react-native-builder-bob@0.25.0-next.1
- react-native-builder-bob@0.25.0-next.0
- react-native-builder-bob@0.24.0
- docs@0.4.1
- docs@0.4.0
- docs@0.3.0
- docs@0.2.1
- docs@0.2.0
- docs@0.1.2
- docs@0.1.1
- docs@0.1.0
- docs@0.1.0-next.1
- docs@0.1.0-next.0
- docs@0.0.6
- create-react-native-library@0.45.5
- create-react-native-library@0.45.4
- create-react-native-library@0.45.3
- create-react-native-library@0.45.2
- create-react-native-library@0.45.1
- create-react-native-library@0.45.0
- create-react-native-library@0.44.3
- create-react-native-library@0.44.2
- create-react-native-library@0.44.1
- create-react-native-library@0.44.0
- create-react-native-library@0.43.0
- create-react-native-library@0.42.3
- create-react-native-library@0.42.2
- create-react-native-library@0.42.1
- create-react-native-library@0.42.0
- create-react-native-library@0.41.2
- create-react-native-library@0.41.1
- create-react-native-library@0.41.0
- create-react-native-library@0.40.0
- create-react-native-library@0.39.0
- create-react-native-library@0.38.4
- create-react-native-library@0.38.3
- create-react-native-library@0.38.2
- create-react-native-library@0.38.1
- create-react-native-library@0.38.0
- create-react-native-library@0.38.0-next.1
- create-react-native-library@0.38.0-next.0
- create-react-native-library@0.37.2
- create-react-native-library@0.37.1
- create-react-native-library@0.37.0
Showing
4 changed files
with
3 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
packages/create-react-native-library/templates/expo-library/example/webpack.config.js
This file was deleted.
Oops, something went wrong.