How to get BubbleGo?

I now try to build my first native app in Bubble. Quite a few unfamiliar stuffs I see are blobking my way.

  1. Where or how can I get access to BubbleGo to preview my app in the device? I don’t find it in Appstore. Android version keeps crashing.
  2. Plugins are not working in native app builder?
  3. I added datetime picker but it doesn’t work in the preview mode. Am I doing something wrong?

Thanks.

  1. BubbleGo - check documentation for latest version, it is a Testflight application on ios so not on Appstore.
  2. Plugins are built in html/javascript/css, these are not translatable to react native code, hence 99% of plugins are not compatible. This is a key focus the team will be making upon launch. For now, send the user to a webview with any plugins you need them to use.
  3. Preview mode lacks many features that can only be viewed natively on a device, such as maps, date picker, sheets, push notifications etc. BubbleGo is your Go to for testing :wink:

Also most of these answers you could find through a bit of research on the forums. Good luck out there!

1 Like

Thanks @patrick.white

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.