Safe Areas API
Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
const safeArea = RundotGameAPI.system.getSafeArea()
applyInsets(safeArea)Layout Tips
Best Practices
Last updated
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
const safeArea = RundotGameAPI.system.getSafeArea()
applyInsets(safeArea)Last updated