Skip to content

deployed/deplant-mobile

Repository files navigation

DePlant

Styles

We style our app with tailwind-css for react-native

Usage:

import tw from '@core/styles/tailwind';

const PlantScanner = () => {
  return (
    <View>
      <Text style={tw`bg-very-dark-green`}>PlantScanner</Text>
    </View>
  );
};

If you want adjust config, make changes in tailwind.config.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •