Files
trezor-suite/packages/react-native-usb/package.json
Daniel Suchý bb37005e6b chore(mobile): Expo migration (#10769)
* gitignore android + ios folders

* update deps

* react-native-usb Expo + RN 0.73 support

* remove unnecessary fonts

* migrate to Expo

* update github workflows for Expo

* fix type error

* update expo-av

* fix lottie welcome animation

* change android version to 1 for debug

* fix deps

* fix tsconfig

* PR fixes

* fix min sdk version

* rename app

* add Sentry auth token to CI

* remove unsused deps in root package.json

* fix staging pipeline

* update package.json scripts

* fix staging

* fix fastlane prod

* fix unit tests

* fix unit tests
2024-01-26 18:45:30 +00:00

32 lines
969 B
JSON

{
"name": "@trezor/react-native-usb",
"version": "1.0.0",
"description": "React Native WebUSB implementation",
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build tsconfig.json",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"react-native-usb",
"ReactNativeUsb"
],
"repository": "https://github.com/trezor/trezor-suite",
"bugs": {
"url": "https://github.com/trezor/trezor-suite/issues"
},
"author": "Daniel Suchy <daniel.suchy@satoshilabs.com> (@Nodonisko)",
"license": "MIT",
"homepage": "https://github.com/trezor/trezor-suite#readme",
"peerDependencies": {
"expo": "*",
"expo-modules-core": "*",
"react": "*",
"react-native": "*"
}
}