picker icon indicating copy to clipboard operation
picker copied to clipboard

Running the example

Open LangArthur opened this issue 3 months ago • 0 comments

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.

LangArthur avatar Oct 21 '25 13:10 LangArthur