https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 73b62932a66e07d3a1c100a6e0a3571f88f814c5 authored by MD-REHMAN on 14 January 2022, 05:38:32 UTC
feat: updated bug and feature template
Tip revision: 73b6293
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