rowt-sdk
Version:
SDK for using Rowt Deeplinking with Expo
29 lines (28 loc) • 496 B
JSON
{
"name": "rowt-sdk",
"version": "0.0.3",
"main": "index.ts",
"types": "index.ts",
"files": [
"*.ts",
"expo"
],
"description": "SDK for using Rowt Deeplinking with Expo",
"keywords": [
"rowt",
"sdk",
"react-native",
"expo",
"deeplinking"
],
"author": "Chris McCully",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0",
"expo-linking": "^7.1.5",
"react": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.4"
}
}