docs: Update react native Installation docs (#297)

This commit is contained in:
Kien Ngo
2026-02-27 02:55:05 +07:00
committed by GitHub
parent 00e94ecb66
commit 4b9852b36f

View File

@@ -32,7 +32,9 @@ npx expo install expo-application expo-constants
On native we use a clientSecret to authenticate the app.
```typescript
const op = new Openpanel({
import { OpenPanel } from '@openpanel/react-native';
const op = new OpenPanel({
clientId: '{YOUR_CLIENT_ID}',
clientSecret: '{YOUR_CLIENT_SECRET}',
});