https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 02d4e0df2233f498a7d165bb750fed6f0aaef59b authored by Rohit Singh on 21 April 2022, 08:15:55 UTC
fix: icon size
Tip revision: 02d4e0d
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