Forum

Styling in React Native

This thread contains 1 reply, has 2 voices, and was last updated by darshan.soni007 5 years, 3 months ago.

  • Author Replies
    • #50958

      How can I add CSS in react native app?


    • #50965

      Hello Devangi,

      It is not possible to use CSS for styling in React Native app; Because React Native uses JavaScript for styling. This may sound like an excessive deviation, but it’s actually not all that distinctive. To declare a set of styles, you create a Style-sheet.

      var styles = StyleSheet.create({
      h1: {
      backgroundColor: ‘#e5e6e2’,
      flex: 1,
      },
      });

      You can use these styles on a React component:
      <View style=”{styles.h1}”>I’m React Lover</View>

      Hope you get my point!


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha