Explore Library
React NativePlatform-Specific Code

43 items

1

StatusBar backgroundColor Does Nothing on iOS

Code Quiz
2

Comparing Platform.Version on Android

Code Quiz
3

Ternary Platform Check Gone Wrong

Code Quiz
4

Platform.isPad Constant

Code Quiz
5

Extension Resolution Order

Code Quiz
6

Detecting Web vs Native

Code Quiz
7

Platform.select in StyleSheet.create

Code Quiz
8

Platform.OS Runtime Branching

Code Quiz
9

Default Case in Platform.select

Code Quiz
10

Platform-Specific Style Objects

Code Quiz
11

Platform.select Value Mapping

Code Quiz
12

Platform-Specific File Extensions

Code Quiz
13

Branch Code vs Split Files

Slides / Video
14

Platform Behavior in Shared Components

Slides / Video
15

Organizing Platform-Specific Code

Slides / Video
16

Detecting Platform Constants: isPad & isTV

Slides / Video
17

Conditional Styling per Platform

Slides / Video
18

Native File Extensions for Web Sharing

Slides / Video
19

.native.js vs .web.js Resolution

Quiz
20

Platform.select in StyleSheet

Quiz
21

Platform.select for Value Maps

Quiz
22

Platform.Version for OS Checks

Quiz
23

Detecting Tablet with Platform.isPad

Quiz
24

Platform-Specific File Extensions

Quiz
25

How Metro Resolves Platform Extensions

Quiz
26

Conditional Rendering per Platform

Quiz
27

Shared vs Platform-Divergent Code

Quiz
28

Platform Differences: elevation vs shadow

Quiz
29

Reading Platform.constants

Quiz
30

Platform-Specific File Extensions

Flashcard
31

StatusBar and Safe Area Differences

Flashcard
32

Platform.select for OS Value Maps

Flashcard
33

Platform-Specific Styling Differences

Flashcard
34

Platform.isPad, isTV Constants

Flashcard
35

Conditional Platform Component Rendering

Flashcard
36

Physical Device vs Simulator

Flashcard
37

Organizing Platform-Specific Code

Flashcard
38

Automatic Platform Extension Resolution

Flashcard
39

.native.js for Web Code Sharing

Flashcard
40

Platform.Version for OS Version Checks

Flashcard
41

Platform File Extensions in React Native

Slides / Video
42

Platform.Version for OS Version Checks

Slides / Video
43

Platform.select for Per-Platform Values

Slides / Video
QuizIntermediate

Shared vs Platform-Divergent Code

Structure a codebase to isolate platform differences behind shared interfaces.

What is a good architectural practice for handling significant platform divergence?