-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: needs updated #640
Comments
@vonovak I have been working at this for weeks and cannot figure out how this repo runs. I finally figured out what What are the exact steps from cloning this repo to running the example, because I would swear this repo is broken if I didn't already know you're successfully working on it. (Android instructions are fine, I can modify them to Windows fairly easily) |
hello @MacKenzieHnC and sorry for taking so long There is an example project that you can use for development of the library: https://github.com/rnmods/react-native-document-picker/tree/master/example what you want to do it clone the repo, run In both IDEs you'll be able to find the native source codes of the package, change them, recompile and see the result. Mac and windows should follow similar pattern. Hope this helps! |
So, are you not actually using Did you make or inherit this repo? I just want to be clear whether you are able to run this on your machine by following those instructions, or if it's possible there's some local change that isn't reflected in the repo. P.S. No stress about taking your time responding. I honestly needed the break. I'll start looking into this again tomorrow. |
the I am able to run the example project on a freshly cloned repo. I guess I inherited the package but I added |
Okay, sorry for disappearing so long. I burned out. Picking this back up again, and so far it's going well. I'll keep you posted on my progress. |
Having worked on it for a few hours, windows is still as goofy as I remember, but whatever was keeping me from even making a native module seems fixed now. So this should be doable |
Sorry, React Native Windows is still an unimaginable headache to even start a module in. I'll take another look when RN hits 1.0, but I'm not dashing myself on this rocky shore again. |
I can write this part, it's relatively simple. I already have some native modules in my apps with this functionality written in cpp. |
Bug report
Summary
Just making an issue I can reference later as I work through this. Please don't close this.
Short version is that the current C# implementation has tons of bugs that were introduced by RNW updating how they do things. Also, Windows example missing completely from repo.
Solution is to rewrite it in the current template as a C++ module and add in example.
The text was updated successfully, but these errors were encountered: