File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ protected List<ReactPackage> getPackages() {
70
70
}
71
71
```
72
72
## Windows
73
- ### Add ` ReactNativeAsnycStorage ` project to your solution.
73
+ ### Add ` ReactNativeAsyncStorage ` project to your solution.
74
74
1 . Open your solution in Visual Studio.
75
75
2 . Right click Solution icon in Solution Explorer > Add > Existing Project.
76
76
Select ` node_modules\@react-native-community\async-storage\windows\ReactNativeAsyncStorage\ReactNativeAsyncStorage.vcxproj `
@@ -79,4 +79,4 @@ protected List<ReactPackage> getPackages() {
79
79
1 . Right click main application project > Add > Reference...
80
80
Check ` ReactNativeAsyncStorage ` from Solution Projects.
81
81
2 . Add ` #include "winrt/ReactNativeAsyncStorage.h" ` to ` pch.h ` .
82
- 3 . Add ` PackageProviders().Append(winrt::ReactNativeAscynStorage ::ReactPackageProvider()); ` before ` InitializeComponent(); ` in ` app.cpp ` .
82
+ 3 . Add ` PackageProviders().Append(winrt::ReactNativeAsyncStorage ::ReactPackageProvider()); ` before ` InitializeComponent(); ` in ` app.cpp ` .
You can’t perform that action at this time.
0 commit comments