Revision 0b02e93399e1ae1af38e5d3eab1a3c59460d7402 authored by ankit-tailor on 27 April 2022, 11:49:08 UTC, committed by ankit-tailor on 27 April 2022, 11:49:08 UTC
1 parent 062657b
Raw File
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