https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ce873ae6eeb3405544d66d6604fa615aa2a47ad9 authored by Suraj Ahmed on 11 April 2022, 12:21:09 UTC
v3.4.0-rc.12
Tip revision: ce873ae
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