LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

How can I use native modules #93

Closed thewh1teagle closed 8 months ago

thewh1teagle commented 8 months ago

When using native modules in react native, eg. Bluetooth (only for android & IOS) Can I still develop the app most of the time on the web for speed? and only when need to check the native module run on android?