Issue
Describe your issue here with as much detail possible.
I'm trying to use this package for my typescript project but it seems like @types/react-native-settings is not available.
When I import the package, i receive an error that says
Try `npm i --save-dev @types/react-native-settings` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-settings';
when running the command `npm i --save-dev @types/react-native-settings`, it seems like the types declaration doesn't exist yet.
Project Files
iOS
Click To Expand
ios/Podfile:
AppDelegate.m:
Android
Click To Expand
android/build.gradle:
android/app/build.gradle:
android/settings.gradle:
MainApplication.java:
AndroidManifest.xml:
Environment
Click To Expand
react-native info output:
- Platform that you're experiencing the issue on: