I have developed 2 bridges using react-native bridge modules for each mobile operating system (Android, iOS). Both of them include Layout files (Android) and Storyboards (iOS) and they are using the native capabilities of the phone like camera etc. Is there a way to distribute these modules as libraries. For example, .aar for Android and .framework for iOS so the code of them cannot be visible (compiled to bytecode).
↧