https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 01301e2764815d50c6524c01ecc1ef6139d75bf3 authored by amars29 on 22 February 2022, 06:09:30 UTC
fix: removing exact versions from peer deps
Tip revision: 01301e2
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