Skip to content
View fervailanti's full-sized avatar
🚀
Creating
🚀
Creating

Block or report fervailanti

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fervailanti/README.md

Aloha! ⚡️

Stats

Fernando's github stats

Top Langs

Social

Pinned Loading

  1. weather-octopus Public

    Hi there! Just a weather forecast by an octopus 🐙

    TypeScript 12

  2. RNRedditApp Public

    React Native Reddit listing demo app 🚀

    TypeScript 1 1

  3. JobsQL Public

    Work with GraphQL in a modern startup (React Native) 🙌

    JavaScript

  4. full-hooks-demo Public

    Full React hooks demo project.

    JavaScript

  5. Example of Firebase Remote Config Hooks
    1
    import remoteConfig from '@react-native-firebase/remote-config'
    2
    
                  
    3
    export const fetchConfig = async () => {
    4
      await remoteConfig().setConfigSettings({
    5
        isDeveloperModeEnabled: __DEV__,
  6. Example of fetchConfig usage
    1
    import React from 'react'
    2
    import { ScrollView } from 'react-native'
    3
    import Header from './components/Header'
    4
    import Test1 from './components/Test1'
    5
    import Test2 from './components/Test2'