diff --git a/mobile/package.json b/mobile/package.json index 23575bb..bbcaf4b 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -9,7 +9,8 @@ "ios": "expo run:ios", "web": "expo start --web", "test": "jest --config ./jest.config.js --runInBand", - "lint": "eslint . --ext .ts,.tsx" + "lint": "eslint . --ext .ts,.tsx", + "prebuild": "echo 'prebuild hook (placeholder for native module generation)'" }, "dependencies": { "expo": "~48.0.0",