You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectureNotes.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ React Native doesn't use HTML elements like regular ReactJS instead everything t
49
49
React Native exposes a StyleSheet function used to create objects that can be fed into components to be used as styling. Similar to inline CSS you can use in React.
50
50
51
51
- Most properties found in CSS have a React Native equivalent
52
-
- Styling relies heavily on a Flexbox-like design
52
+
- Styling relies heavily on a Flexbox-like designhttps://facebook.github.io/react-native/docs/flexbox
53
53
- There are two units available: percentages as a string and a arbitrary numbered unit which represents a set amount of pixels. The amount of pixels the unit represents is dependent on the dpi of the screen. https://facebook.github.io/react-native/docs/pixelratio.html#content
54
54
55
55
# Creating & Nesting Components
@@ -88,3 +88,8 @@ We need to install Stack
88
88
Then we need to install peer dependencies depending on our platform. With express we need to:
0 commit comments