Text
const text = {
  component: "text",
  value: 'Hello World',
  props: {
    numberOfLines: 5,
    style: {
      fontSize: 25,
      color:"black"
    },
  }
};
Text example
Loading...
const text = {
  component: "text",
  value: 'Hello World',
  props: {
    numberOfLines: 5,
    style: {
      fontSize: 25,
      color:"black"
    },
  }
};