N
N
Newbie Ivanovich2019-09-20 07:24:38
React Native
Newbie Ivanovich, 2019-09-20 07:24:38

How to draw lines in react-native?

5d84545623fe8567493565.jpeg
how to make the same lines as in the picture and text in the middle?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimka Reactive, 2019-09-20
@NovichokIvanovich

For lines

<View
  style={{
    borderBottomColor: 'black',
    borderBottomWidth: 1,
  }}
/>

Make a container with two lines and text between them and set it to flexDirection: row

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question