quangtruong16994

Results 3 issues of quangtruong16994

How can I add multiple color into a spinner, or dynamic color while spin?

Example: ```import React, { Component } from "react"; import { Text, View, TouchableOpacity, FlatList, InteractionManager, Image } from "react-native"; import * as Animatable from "react-native-animatable"; const AnimatableTouchableOpacity = Animatable.createAnimatableComponent(TouchableOpacity); export...

when I add more than 1 time, like: `DB.zamba.add({ id: "account", value: { username: username, password: password, isSaveAccount: true } }); DB.zamba.add({ id: "isSaveAccount", value: { isSave: true } });`...