Documentation
SDK Installation
Install the package with npm. Expo SDK 54 through 57 and React Native 0.81 through 0.86 are supported.
import { VibeUpdate } from '@vibelabsdotto/vibeupdate';
export default function RootLayout() {
return <>
<Slot />
<VibeUpdate appId="app_xxx" />
</>;
}Configure the iOS bundle identifier and Android package name exactly as shown in the dashboard.
Need a token? Create one in the authenticated dashboard. Secrets are never shown twice.