Skip to content

Instantly share code, notes, and snippets.

View gajjardarshithasmukhbhai's full-sized avatar
๐Ÿน
work hard silentely. Your success will became your noise

gajjar darshit hasmukhbhai gajjardarshithasmukhbhai

๐Ÿน
work hard silentely. Your success will became your noise
View GitHub Profile
@gajjardarshithasmukhbhai
gajjardarshithasmukhbhai / contactGist.md
Created December 12, 2019 17:34
How to connect with GitHub Team if your Gist is deleted
@gajjardarshithasmukhbhai
gajjardarshithasmukhbhai / healthyBaba(Project).md
Last active March 30, 2023 12:43
I start new Healthy Baba App on Android

Healthy Baba

Folder Location Local Machine and Repo

Local Machine:C:\Users\nikunjgajjar1\Desktop\healthyBaba

Design

HealthApp โ€“ 2 HealthApp โ€“ 3 HealthApp โ€“ 4 HealthApp โ€“ 5

@gajjardarshithasmukhbhai
gajjardarshithasmukhbhai / Animation-React-Native.md
Last active November 15, 2019 11:48
How to Basic Animation in React-Native icons and other components

Animation in React Native

step:1

  • first import the animation libraray
npm install react-native-animatable

step:2

@gajjardarshithasmukhbhai
gajjardarshithasmukhbhai / rightsidebar.md
Last active November 15, 2019 10:52
In this source code i mention on how to right-sidebar to left-sidebar through react navigation and Time duration set in React navigation

Right to Left Side bar with Time Duration

afterSignIn: {
    screen: MyApp,
    navigationOptions: ({ navigation }) => ({
      headerRight: <View style={{ flexDirection: "row" }}>
        <Iconss name="search1" size={22} style={{ marginRight: 21, color: "white" }} />
        <Icon name="ios-cloud-done" size={22} style={{ marginRight: 15, color: "white" }} />
        <Icons name="dots-three-vertical" size={22} style={{ marginRight: 9, color: "white" }} />
@gajjardarshithasmukhbhai
gajjardarshithasmukhbhai / Drawer_Navigatiom.md
Last active December 2, 2021 09:01
In this Gist I make some snippets of code of Navigation so you understand how to different label,Icon-name and Icon-header include in React Navigation

Drawer Navigation style so you make more Attract UI

const MyDrawerNavigator = createDrawerNavigator({

  Home:  MyHomeScreen,    
Notifications: MyNotificationsScreen,

},{
drawerOpenRoute : "DrawerOpen",
@gajjardarshithasmukhbhai
gajjardarshithasmukhbhai / firebasehost.md
Last active November 6, 2019 12:51
How to firebase is used for hosting for react App and normal web app.

How to React or Any Web app host in Firestore

step:1

Install Firebase CLI To host your site with Firebase Hosting, you need the Firebase CLI (a command line tool). Run the following npm command to install the CLI or update to the latest CLI version.

npm install -g firebase-tools