File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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() {
7070}
7171```
7272## Windows
73- ### Add ` ReactNativeAsnycStorage ` project to your solution.
73+ ### Add ` ReactNativeAsyncStorage ` project to your solution.
74741 . Open your solution in Visual Studio.
75752 . Right click Solution icon in Solution Explorer > Add > Existing Project.
7676 Select ` node_modules\@react-native-community\async-storage\windows\ReactNativeAsyncStorage\ReactNativeAsyncStorage.vcxproj `
@@ -79,4 +79,4 @@ protected List<ReactPackage> getPackages() {
79791 . Right click main application project > Add > Reference...
8080 Check ` ReactNativeAsyncStorage ` from Solution Projects.
81812 . 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