From 199a6168d5c76ceb1ac26eb7c9e4f11db23aa06d Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:51:45 +0100 Subject: [PATCH] chore(*): remove useless files --- .eslintignore | 2 -- .eslintrc.js | 4 --- example/ios/Example/PrivacyInfo.xcprivacy | 37 ----------------------- 3 files changed, 43 deletions(-) delete mode 100644 .eslintignore delete mode 100644 .eslintrc.js delete mode 100644 example/ios/Example/PrivacyInfo.xcprivacy diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 3bcf7a0..0000000 --- a/.eslintignore +++ /dev/null @@ -1,2 +0,0 @@ -babel.config.js -node_modules \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 187894b..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - root: true, - extends: '@react-native', -}; diff --git a/example/ios/Example/PrivacyInfo.xcprivacy b/example/ios/Example/PrivacyInfo.xcprivacy deleted file mode 100644 index 06e8c40..0000000 --- a/example/ios/Example/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,37 +0,0 @@ - - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - C617.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategorySystemBootTime - NSPrivacyAccessedAPITypeReasons - - 35F9.1 - - - - NSPrivacyCollectedDataTypes - - NSPrivacyTracking - - - \ No newline at end of file