1.2.6 • Published 1 year ago

react-native-mniwtoast v1.2.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Custom Toast

First Custom Toast for both Android / IOS

Installation

npm install react-native-mniwtoast

Usage

import { StatusBar } from 'expo-status-bar';
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import { MNIToast } from 'react-native-mniwtoast';

export default function App() {
  return (
    <View style={styles.container}>
      <MNIToast 
      visibility={true}
      toastMsg={"Cool"}
      />
      <StatusBar style="auto" />
    </View>
  );
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    backgroundColor: '#fff',
    alignItems: 'center',
    justifyContent: 'center',
  },
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Contributors

Muhammad Nouman Imran

License

MIT

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago