[create-expo-module] Cleanly handle View/Module suffix (#19952)
[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)
Publish expo-module-template[email protected]
Make Expo Modules template more robust (#17860)
Rewrite expo-module-template to be the ejs template (#15435)
[module-template] add missing React import (#15363)
[module-template] Use the sweet API (#15228)# Why Uses the sweet API in our module template. # How Created a simple empty module in Swift and Kotlin. # Test Plan - et create-unimodu
[module-template] Use the sweet API (#15228)# Why Uses the sweet API in our module template. # How Created a simple empty module in Swift and Kotlin. # Test Plan - et create-unimodule --name expo-test --use-local-template ✅
[module-template] add lint setup and lint script (#14476)
Fix all check-packages issues related to expo-modules-core migration
Rename unimodules imports to expo-modules-core
[module-template] Refresh template files & introduce Kotlin (#6022)
[packages] Move unimodules foundation to `org.unimodules` scope
[expo-module-template] Create new typescript ready universal module template (#3060)* Create TS universal module template * [docs] Add logs for new module generation command * Fix Android & i
[expo-module-template] Create new typescript ready universal module template (#3060)* Create TS universal module template * [docs] Add logs for new module generation command * Fix Android & iOS template * Adjust expo-module-template * Adjust docs
[expo-module-template] Update based on what we are doing elsewhere