diff --git a/client/react-native/gomobile/core/core.go b/client/react-native/gomobile/core/core.go index c510c4a802..8c2f21e2bf 100644 --- a/client/react-native/gomobile/core/core.go +++ b/client/react-native/gomobile/core/core.go @@ -70,6 +70,8 @@ func Initialize(loggerNative Logger) error { return err } + initBleFunc() + return nil } diff --git a/client/react-native/gomobile/other.go b/client/react-native/gomobile/core/other.go similarity index 100% rename from client/react-native/gomobile/other.go rename to client/react-native/gomobile/core/other.go