Now let鈥檚 add the stylesheet.
The body tag should occupy the entire screen of the device, and everything beyond the body should be hidden.
Use the only picture from the images folder for the background body....
Now let鈥檚 add the stylesheet.
The body tag should occupy the entire screen of the device, and everything beyond the body should be hidden.
Use the only picture from the images folder for the background body....
Build Your First React Native App with Expo.
The application must be named my_app.
Do not change anything in the files of the created application - just send it for review....
Go to App.js file. There is a Text element.
Change the inner text of this document to My first React Native try.
This task is part of the Full-Stack JavaScript Course...
Add two more circles to the line.
They should be styled in the same way as the first two.
This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post...
In the file App.js, the component must return a column of three blocks.
The column should fill the entire screen - the flex property should be 1.
The first block of the column should have blue background, the second one - green, and the third - yellow....
Let鈥檚 practice some styling in React Native.
Elements within each styles.row element must be placed on a line, not a column.
All calendar cells must be the same size with 5px margins and 10px padding....
Let鈥檚 work on the layout of the screen.
The screen should have three lines, all of the same height.
The second line should have two columns - the second should be twice as wide as the first....
Two blocks - green and red - have sizes indicated.
However, these two boxes are completely hidden. An error is made - the size of the parent component is not specified....
The <App /> component consists of three blocks. Each already has its own color and width.
For some reason, these blocks are not displayed.
This is most likely due to the fact that neither a height nor a flex property is specified....