Skip to content

the-J/TipCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TipCalc - Simple App for calculating tips

React-Native with GraphQl and Expo

tipCalculator

My notes:

styles

  • 'flex' is described in 'ratio'
  • 'width' is described in px as long as it in number. For % write it as string '23%'
  • react-native Platform for specific styles in component
  • Header can't by styled - wrapp in View

diff OS

  • naming convention .android.js, .ios.js - keep diff files for diff os
  • platform checks:
   if (Platform.OS === 'ios') {
      console.log('ios');
   } else if (Platform.android === 'android') {
      console.log('android');
   }

About

React Native, Expo, Native Base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published