https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 959f62d2468d8e64728c9ec133a9e40670edbc64 authored by Rohit Singh on 02 May 2022, 11:44:51 UTC
fix: update snapshots
Tip revision: 959f62d
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