https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f8a595fa0da4d0d0a456bb5ba26bba3be8daba60 authored by Rohit Singh on 09 March 2022, 05:21:43 UTC
fix: progress api
Tip revision: f8a595f
nativebase.config.ts
import { INativebaseConfig } from 'native-base';

export default {
  dependencies: {
    'linear-gradient': require('expo-linear-gradient').LinearGradient,
  },
  // strictMode: 'warn',
} as INativebaseConfig;
back to top