https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b9685faeef3717faaf5b3a006056ea2187ca1563 authored by Nishan Bende on 10 November 2021, 13:09:23 UTC
chore: aspect ratio import names
Tip revision: b9685fa
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