1.1.0 • Published 12 months ago

rn-sohail v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

React Native Custom package by "Sohail"

Requirements

react-native-vector-icons

Usage

import { Alert, StyleSheet, Text, View } from 'react-native'

import React from 'react'

import SohailComponent from 'rn-sohail'

const App = () => {

const onBackPress = () => {

Alert.alert("Back Button Pressed!")

}

const onNotificationPress = () => {

Alert.alert("NotificationPress Button Pressed!")

}

const onMenuPress = () => {

Alert.alert("Menu Button Pressed!")

}

return (

<SohailComponent

title="sohail"

onBackPress={onBackPress}

onNotificationPress={onNotificationPress}

onMenuPress={onMenuPress}

backgroundColor="#09d2e0"

titlecolor="#ffff"

iconColor="#ffff" />

)

}

export default App

const styles = StyleSheet.create({})

Exaple Project Screenshot

Header on Back-button press

1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago