Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 673 Bytes

UPGRADING.md

File metadata and controls

27 lines (22 loc) · 673 Bytes

Upgrading

From 5.X.X to 6.X.X

  • Upgrade to React Native 0.76 or Expo SDK 52.

From 4.X.X to 5.X.X

  • For Expo only, run yarn remove expo-random buffer.

Make the following changes:

- import { asyncPkceChallenge } from 'react-native-pkce-challenge';
+ import pkceChallenge from 'react-native-pkce-challenge';

From 3.X.X to 4.X.X

  • No actions required.

From 2.X.X to 3.X.X

Run the following:

  • yarn remove react-native-randombytes
  • npx pod-install

From 1.X.X to 2.X.X

Make the following changes:

- import pkceChallenge from 'react-native-pkce-challenge';
+ import { asyncPkceChallenge } from 'react-native-pkce-challenge';