Add tag functionality to posts and implement Tags screen
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -40,6 +40,7 @@
|
||||
"react-native-autoheight-webview": "^1.6.1",
|
||||
"react-native-hyperlink": "0.0.19",
|
||||
"react-native-paper": "^4.11.2",
|
||||
"react-native-parsed-text": "^0.0.22",
|
||||
"react-native-safe-area-context": "4.10.5",
|
||||
"react-native-screens": "3.31.1",
|
||||
"react-native-vector-icons": "^9.1.0",
|
||||
@@ -13160,6 +13161,19 @@
|
||||
"color-string": "^1.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-parsed-text": {
|
||||
"version": "0.0.22",
|
||||
"resolved": "https://registry.npmjs.org/react-native-parsed-text/-/react-native-parsed-text-0.0.22.tgz",
|
||||
"integrity": "sha512-hfD83RDXZf9Fvth3DowR7j65fMnlqM9PpxZBGWkzVcUTFtqe6/yPcIoIAgrJbKn6YmtzkivmhWE2MCE4JKBXrQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.7.x"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-safe-area-context": {
|
||||
"version": "4.10.5",
|
||||
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.5.tgz",
|
||||
|
||||
Reference in New Issue
Block a user