Marcus Pontes
Marcus Pontes
Hello, my company need this feature, any solution or update about that? Thanks!
My only solution is make one native module in android. Follow this tutorial> `https://medium.com/xgeeks/react-native-background-location-5602205ec795`
use forceNonDeterministicRendering in recyclerlistview
{Grid.Direction.VERTICAL} has a bug! But if you usage this, worked! > ``` > const VerticalGrid = ({ x, bandwidth, data }) => { > const xPositionModifier = bandwidth / 2...
> Struggled with this issue for a while, here's my solution. I used xPositionModifier to place the grid line in the centre of each bar instead of bordering it. >...
``` onChangeText={(maskedText, rawText) => { setValue(rawText?.toUpperCase()); }} ``` i can set to uppercase in onChangeText
+1