Skip to content

jaslioin/floor-plan-app-poc

Repository files navigation

Floor plan app POC

React-Native Notes

  • MUST use <View> with area to wrap <Image>
    <View style={{width:100,height:100}}>
        <Image/>
    </View>
    • coz <Image> is position:absolute
    • use case: inside TouchableOpacity without <View>, press event will be slippery, as the touch area is small AF
  • top/bottom/left/right not support by react native animation

About

A floor planning react native app POC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published