- Upgrade to React Native 0.76 or Expo SDK 52.
- For
Expo
only, runyarn remove expo-random buffer
.
Make the following changes:
- import { asyncPkceChallenge } from 'react-native-pkce-challenge';
+ import pkceChallenge from 'react-native-pkce-challenge';
- No actions required.
Run the following:
yarn remove react-native-randombytes
npx pod-install
Make the following changes:
- import pkceChallenge from 'react-native-pkce-challenge';
+ import { asyncPkceChallenge } from 'react-native-pkce-challenge';