UNPKG

react-native-toast-message

Version:
6 lines (5 loc) 180 B
import React from 'react'; import { BaseToast } from './BaseToast'; export function InfoToast(props) { return <BaseToast style={{ borderLeftColor: '#87CEFA' }} {...props}/>; }