Git Product home page Git Product logo

Comments (4)

prscX avatar prscX commented on May 19, 2024 1

@carl0804: Could you please share the crash logs, you can use flipper also have you added color properties as per defined in README?

Thanks
</ Pranav >

from react-native-file-selector.

iremlaya avatar iremlaya commented on May 19, 2024 1

Alright I solved it after checking the examples. It was as you said, about color.xml.
It has to be in .../res/values and the complete code is:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="colorPrimary">#3F51B5</color>
    <color name="colorPrimaryDark">#303F9F</color>
    <color name="colorAccent">#FF4081</color>
</resources>

However, as I'm not well versed in android, going of just from your explanation in the installation part mislead me. Had you not added example codes in whole, I'd still be wandering aimlessly. I kindly ask you to be precise with the statements in the documentation. I am opening a PR regarding this as well: #69 @prscX

from react-native-file-selector.

iremlaya avatar iremlaya commented on May 19, 2024

same issue

from react-native-file-selector.

WynnLu avatar WynnLu commented on May 19, 2024

I met the same problem. I added the color.xml but it didn't work. Once I call the RNFileSelector.Show() my app crashes. How to solve it???

from react-native-file-selector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.