Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 602 Bytes

UPGRADING.md

File metadata and controls

24 lines (20 loc) · 602 Bytes

Upgrading

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';