You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Gun with react-native as described at https://github.com/amark/gun/wiki/React-Native. However, when I start my app, I get the warning "Warning: No localStorage exists to persist data to!" although I am passing the store as "store: asyncStore({AsyncStorage})"
I checked IGun.d.ts file, and specifically GunOptions in GunOptions.d.ts, and there is no store key. It does list [key: string] as shown in Exhibit 1 below. However, it says it is for 3rd party modules, however, I do not see anything related to store at https://github.com/amark/gun/wiki/Awesome-GUN#plugins--helpers.
Any help/guidance would be greatly appreciated.
Exhibit 1 /** * allows you to pass options to a 3rd party module. Their project README will likely list the exposed options * @see https://github.com/amark/gun/wiki/Modules */ [key: string]: any;
The text was updated successfully, but these errors were encountered:
Hello Community,
I am using Gun with react-native as described at https://github.com/amark/gun/wiki/React-Native. However, when I start my app, I get the warning "Warning: No localStorage exists to persist data to!" although I am passing the store as "store: asyncStore({AsyncStorage})"
I checked IGun.d.ts file, and specifically GunOptions in GunOptions.d.ts, and there is no store key. It does list [key: string] as shown in Exhibit 1 below. However, it says it is for 3rd party modules, however, I do not see anything related to store at https://github.com/amark/gun/wiki/Awesome-GUN#plugins--helpers.
Any help/guidance would be greatly appreciated.
Exhibit 1
/** * allows you to pass options to a 3rd party module. Their project README will likely list the exposed options * @see https://github.com/amark/gun/wiki/Modules */ [key: string]: any;
The text was updated successfully, but these errors were encountered: