Alpha
Alpha
@Melvin231 It sounds like you have a bug report, unrelated to this current issue. Please open a new issue detailing the problem, if you are still experiencing it.
Here is an example of reading data from android assets: https://github.com/alpha0010/react-native-file-access/blob/v3.0.4/example/src/App.tsx#L31-L36 (targets [this file](https://github.com/alpha0010/react-native-file-access/blob/v3.0.4/example/android/app/src/main/assets/BundledData.txt)).
Main reason is I never needed to read assets in my projects, so I did not spend time programming it. For my projects, assets have been binary files (e.g. databases,...
Good idea. Not sure when I will have time to implement though, as I am quite busy currently (pull requests always welcome). Until then, you can use a workaround to...
In order to investigate, I will need the details listed in the bug report template: - react-native version - react-native-file-access version - Explanation of how to trigger this bug
Unfortunately hard to find time when my work is on other projects, but I will try to handle this soon.
In my plans, but I do not have a lot of time right now, so not sure when I will get to it. (Pull requests welcome, of course.)
[Edit] Change of color handling behavior in react native core. ~~For future debugging purposes, my guess is something fails while retrieving the native `ColorStateList`. (We need the `ColorStateList` for proper...
@iRoachie Have you had a chance to look at this PR?
Hmm. Surprisingly difficult unfortunately. This is implemented via a `SearchView`, not a `TextInput`. As such, in order to modify unexposed styles, one must [parse the element](https://github.com/umhan35/react-native-search-bar/blob/master/android/src/main/java/org/umhan35/RNSearchBarManager.java#L162-L165) for the appropriate base...