very awesome and useful project
Opened this issue · 2 comments
tokenswaporg commented
thanks very much
ansh commented
@tokenswaporg can you share an example repo that you got working with this package?
tokenswaporg commented
not only import 'crypto'; in root directory(index.js),i import crypto in every .js file in react native
like this:
in CreateIdenity.js
import 'crypto'; //
import DateUtil from '../utils/DateUtil';
const CreateIdentity = ({route, navigation}) => {}