Here you will go to find discussions about limitations and features that will need improving.
Our SDK has support for some format of the hexadecimal colors and some colors name, but not all.
-
Android: Support for some hexadecimal colors between six and eight characters and some colors name. We have support only these colors because we use
parseColor
method in our native module Java. It doesn't support others colors types like RGB, RGBA, HSL and HSLA, click here to learn more aboutparseColor
. If you have some suggestions to improve it, thank you very much. -
iOS: Support for hexadecimal colors only. We have support for this color because we use
UIColor
method in our native module Swift, when we call it in your constructor we provided only hexadecimalstrings
. We didn't find another way per hour to support others colors. If you have some suggestions to improve it, thank you very much.
If you want to enable the camera, you need to add the following instructions in your Info.plist
file:
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) need access to your camera to take picture.</string>
That's will be necessary to what iOS works correctly!
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT License. 🙂
Made with create-react-native-library. 😊