Skip to content

rottabonus/react-native-edcc-reader

Repository files navigation

react-native-edcc-reader

React Native implementation of European Digital Covid Certificate reader

Not verifying signature!, only decoding the certificate!

dependencies

development

  1. Clone the project
  2. Set up react-native development environment
$ cd react-native-edcc-reader
$ npm i

Start the metro bundler server

$ npx react-native start

for Android target

On a different terminal

$ npx react-native run-android

for iOS target

$ cd ios && pod install && cd ..

On a different terminal

$ npx react-native run-ios

resources