https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: c4893879f62c2593fee638f1b287b807d39a06b7 authored by Rohit Singh on 16 July 2021, 06:36:31 UTC
fix: spinner color resolution
Tip revision: c489387
nativebase.config.ts
export default {
  dependencies: {
    'linear-gradient': require('expo-linear-gradient').LinearGradient,
  },
};
back to top