React Native implementation of European Digital Covid Certificate reader
Not verifying signature!, only decoding the certificate!
- Clone the project
- Set up react-native development environment
$ cd react-native-edcc-reader
$ npm i
$ npx react-native start
On a different terminal
$ npx react-native run-android
$ cd ios && pod install && cd ..
On a different terminal
$ npx react-native run-ios