react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Error while connecting with SQLite with Windows

Open 11SolutionsPvtLtd opened this issue 1 year ago • 0 comments

  1. Followed the steps to configure React Native for Windows

https://microsoft.github.io/react-native-windows/docs/getting-started

  1. Install the NPM package for SQLite https://github.com/andpor/react-native-sqlite-storage?tab=readme-ov-file

  2. Install Windows 10 SDK 10.0.18362.0 based on the error on build

  3. Now, we are getting below error and block because t

Microsoft.UI.Xaml nuget package requires TargetPlatformMinVersion >= 10.0.17763.0 (current project is 16299) [C:\GitHub\tf-app-windows\node_modules\react-native-sqlite-storage\platforms\windows\SQLitePlugin\SQLitePlugin.vcxproj]. Check your build configuration.

We search 16299 in whole folder including node_moduels but couldn't found anything

11SolutionsPvtLtd avatar Sep 05 '24 15:09 11SolutionsPvtLtd