Skip to content
View JameDodgers's full-sized avatar
  • Escavador
  • Salvador, Bahia, Brazil
Block or Report

Block or report JameDodgers

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
JameDodgers/README.md

Hi there 👋

I'm a mobile developer in Salvador, Brazil. Software Engineer at Escavador

  • 🔭 I’ve been recently working on React Native projects built with Expo
  • 🤖 In the past years I've learned developing for Android Native with a lot of .java and Design Patterns
  • 🎮 Check out my game on Play Store: Count8
  • 📫 Reach me on LinkedIn

Pinned

  1. cpu-scheduler cpu-scheduler Public

    This project consists of a visual simulation built with React Native and Expo CLI on how different scheduling algorithms works. The application was developed for the Operating Systems course of the…

    JavaScript 3 1

  2. plant-manager plant-manager Public

    Application developed during the Next Level Week #05 event by Rockeseat at React Native trail.

    TypeScript

  3. kinvo-mobile-test kinvo-mobile-test Public

    Forked from kinvoapp/kinvo-mobile-test

    This is a mobile app created with React Native and Expo CLI developed as a technical challenge for a job application at Kinvo.

    JavaScript

  4. gameplay gameplay Public

    Application developed during the NLW/Together (#06) event by Rockeseat at React Native trail.

    TypeScript

  5. react-native-snippets-for-vs-code react-native-snippets-for-vs-code
    1
    {
    2
    	"React Native Simple Component": {
    3
    		"scope": "javascriptreact,typescriptreact",
    4
    		"prefix": "rnc",
    5
    		"body": [
  6. scripts-for-increment-version-number... scripts-for-increment-version-numbers-across-react-native-project
    1
    {
    2
      "scripts": {
    3
        "bump": "npm version $npm_config_number --tag-version-prefix=${RNV:-}${RNV:+-}v",
    4
        "postversion": "react-native-version --amend && unset RNV && git push && git push --tags",
    5
      },