- Added NFCManagerRepository to handle NFC operations using react-native-nfc-manager. - Implemented ReadNFCTagUseCase and WriteNFCTagUseCase for reading and writing NFC tags. - Updated app layout to include NFC reader screen. - Created WriteNFCScreen for writing NFC tags with filament data. - Enhanced HomeScreen to support NFC reading and added NFC button in FilamentDetailScreen. - Updated app.json to include react-native-nfc-manager dependency. - Added animations and user feedback for NFC operations in the UI.
19 lines
778 B
JSON
19 lines
778 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install --save-dev babel-plugin-module-resolver)",
|
|
"Bash(cargo build)",
|
|
"Bash(npx expo install expo-camera)",
|
|
"Bash(npm install expo-camera)",
|
|
"Bash(npm install expo-camera --legacy-peer-deps)",
|
|
"Bash(ls /var/home/felipecn/DEV/MeowSpool/mobile/app/\\\\\\(app\\\\\\)/)",
|
|
"Bash(java -version)",
|
|
"Bash(mise exec:*)",
|
|
"Bash(grep -rE '\"\"@adapters\"\"' tsconfig*.json babel.config.*)",
|
|
"Bash(grep -n \"pub struct Line\\\\|pub fn add_shape\\\\|fn add_polygon\\\\|fn add_rect\\\\|PdfLayerReference\" /home/felipecn/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/printpdf-0.7.0/src/*.rs)",
|
|
"mcp__paper__get_basic_info",
|
|
"mcp__paper__get_screenshot"
|
|
]
|
|
}
|
|
}
|