oblador / react-native-animatable

Standard set of easy to use animations and declarative transitions for React Native
MIT License
9.82k stars 701 forks source link

Is Animation.view has default margin left ? #303

Closed 97thjingba closed 4 years ago

97thjingba commented 4 years ago

just as the title image

container: {
        position: 'absolute',
        width: 310,
        height: Device.height,
        left: -20,
        backgroundColor: Color.gameSideBar,
    },

I need left -20 can finish the component .

except:

no need write the left: -20

97thjingba commented 4 years ago

sorry . it is my own problem