picker
picker copied to clipboard
Running the example
Hi !
I am learning react-native and I want to look at some apps running on windows.
I found the example of your library, but I did not manage to run it correctly.
What I have done so far :
// install dependancies
yarn
// generate windows solution
yarn dlx react-native init-windows --overwrite
// run the app
yarn run windows --logging
which failed on a
Couldn't get app solution information. ENOENT: no such file or directory, open '<path_to_the_project>\picker\example\windows\(Failed to parse 'windows\Example.sln')'.
I definitelly think I am not using the right command to generate the sln solution, but I cannot find a right solution.