MENU

Fun & Interesting

How to create a native module with the Expo modules API

Expo 16,572 8 months ago
Video Not Working? Fix It Now

Learn how to create a native module with the Expo Modules API to extend your apps capabilities. In Expo you can write custom native code to access iOS or Android specific APIs. Beto demonstrates how to do both in this tutorial. Guide ⇒ https://docs.expo.dev/modules/native-module-tutorial/ Code Example: https://github.com/betomoedano/expo-settings-module-example.git ⌚️ Timestamps ⌚️ 00:00 When to use a custom native module 00:40 Creating Expo Settings Module 01:59 Set up our workspace 03:52 Running Example App 05:41 Implementing iOS Module 12:33 Updating TypeScript Module 13:30 Using Event Emitter in Example App 15:19 Implementing Android Module 18:40 Conclusion

Comment