[create-expo-module] Cleanly handle View/Module suffix (#19952)
[create-expo-module] Fix example project bundling error (#19797)# Why fix https://github.com/expo/expo/issues/18350#issuecomment-1288087261 close ENG-6855
[expo-module-template] Enable inlineRequires option in example metro config (#19778)
[module-template] Add support for web (#18124)`create expo-module` created a module that was failing on web - Updated `babel.config.js` and `webpack.config.js` in the example to resolve module i
[module-template] Add support for web (#18124)`create expo-module` created a module that was failing on web - Updated `babel.config.js` and `webpack.config.js` in the example to resolve module import from the `<module_dir>/src` - Split module files into `FileName.ts` and `FileName.web.ts` to separate the web implementation - Added basic web module and view
show more ...
Creating Expo module with the example app (#17955)