https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 77309f99dcdf9a50c5f8a0e3e6526262c8ee18db authored by Aditya Jamuar on 28 September 2021, 12:00:40 UTC
Merge branch 'minor' of https://github.com/GeekyAnts/NativeBase into feat/snapshot-update
Tip revision: 77309f9
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