Open raae opened 5 years ago
Per @martingri suggestion create consts on top of PageFlipper.
Ie:
const RIGHT_ARROW = 37 // or was it 39
The convention is to use capital letters and underscores like the example above.
Per @martingri suggestion create consts on top of PageFlipper.
Ie:
The convention is to use capital letters and underscores like the example above.