oceanbit / GitShark

🦈 A Git client to surf through your repos on mobile
https://gitshark.dev
Mozilla Public License 2.0
137 stars 9 forks source link

Android Dep Upgrade Blockers #102

Open crutchcorn opened 2 years ago

crutchcorn commented 2 years ago

Remove JCenter

SAF?

Changed with Android 30. Temp workaround: MANAGE_EXTERNAL_STORAGE perm

Add ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION intent action to direct users to a system settings page where they can enable the following option for your app: Allow access to manage all files.

https://developer.android.com/training/data-storage/manage-all-files

crutchcorn commented 2 years ago

Dep major upgrades:

crutchcorn commented 2 years ago

~Renamed deps:~

crutchcorn commented 2 years ago

EventEmitter deprecated changes

Edit:

Wait for - https://github.com/itinance/react-native-fs/pull/1036

crutchcorn commented 2 years ago

https://github.com/avishayil/react-native-restart/issues

Fix .d.ts and remove jCenter

crutchcorn commented 2 years ago

Fix react-nav types

crutchcorn commented 2 years ago

~Migrate to use this component for bottom sheet:~

~https://github.com/gorhom/react-native-bottom-sheet~

crutchcorn commented 2 years ago

Update to ESLint 8

Can't do right now due to:

https://github.com/facebook/react-native/pull/32560#issuecomment-970381045

crutchcorn commented 2 years ago

Major Updates Soon ™️

crutchcorn commented 2 years ago