https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f620ac80ff45ab29607a7be4b6bf58b5cfc939dc authored by Aditya Jamuar on 20 December 2021, 07:53:24 UTC
Merge branch 'minor' of https://github.com/GeekyAnts/NativeBase into fix/checkbox-performance
Tip revision: f620ac8
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