Function verify is inaccessible via JwtUtils object. Imported in the following manner. ``` import { StyleSheet, View, Text, Alert, TouchableOpacity, NativeModules, } from 'react-native'; const { JwtUtils } = NativeModules ```
Function verify is inaccessible via JwtUtils object.
Imported in the following manner.