React Native Example errors

After following the steps to try out the example app for react native here I get errors

I only changed the public api key and model that it instructed me to update

in the browser for the app after running npm run web:

Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
bootstrap:27 Uncaught ReferenceError: exports is not defined
    at ./node_modules/@builder.io/sdk-react-native/dist/index.js (index.js:16:1)
    at __webpack_require__ (bootstrap:24:1)
    at fn (hot module replacement:62:1)
    at ./App.jsx (bundle.js:22:86)
    at __webpack_require__ (bootstrap:24:1)
    at fn (hot module replacement:62:1)
    at ./node_modules/expo/AppEntry.js (styleToBarStyle.web.ts:19:1)
    at __webpack_require__ (bootstrap:24:1)
    at startup:6:1
    at startup:6:1

and in the metro bundler logs:

export 'getContent' (imported as 'getContent') was not found in '@builder.io/sdk-react-native' (module has no exports)

Builder content link

Builder public api key
78546f824064478cb0ad7fedcbe9050b

What are you trying to accomplish
Just want to experiment with the example react native app

Screenshots or video link

Code stack you are integrating Builder with
react native example from the builder github

Reproducible code example
I haven’t changed anything from this example project

Hi @dannyhw, Welcome to the Builder.io Forum!

We have an issue with our React native example here https://github.com/BuilderIO/builder/tree/main/examples/react-native. We are actively working on the fix and keep you posted!

1 Like

when I follow that link it doesn’t take me to an issue and I couldn’t find any that matches. Has this been fixed now?