react-native-preview-story
Version:
React Native Story Component Which takes Stories array and show exact story view like infamous instagram
83 lines • 1.85 kB
TypeScript
declare const styles: {
topBarContainer: {
zIndex: number;
};
headerContainer: {
position: "absolute";
top: number;
left: number;
right: number;
padding: number;
flexDirection: "column";
};
container: {
flex: number;
backgroundColor: string;
};
backgroundImage: {
paddingTop: number;
width: "100%";
height: "100%";
position: "absolute";
resizeMode: "cover";
borderRadius: number;
};
safeArea: {
flex: number;
backgroundColor: string;
};
progressBarContainer: {
flexDirection: "row";
paddingHorizontal: number;
paddingTop: number;
justifyContent: "center";
height: number;
backgroundColor: string;
};
progressBarBackground: {
flex: number;
height: number;
backgroundColor: string;
marginHorizontal: number;
};
progressBar: {
height: number;
backgroundColor: string;
};
topBar: {
position: "absolute";
left: number;
top: number;
flexDirection: "row";
alignItems: "center";
};
icon: {
width: number;
height: number;
marginLeft: number;
};
buttonContainer: {
flexDirection: "row";
};
storyNameText: {
fontSize: number;
color: string;
fontWeight: "bold";
};
headerViewContainer: {
flex: number;
flexDirection: "row";
alignItems: "center";
justifyContent: "space-between";
marginHorizontal: number;
};
flex1: {
flex: number;
};
imageContainer: {
zIndex: number;
flex: number;
};
};
export default styles;
//# sourceMappingURL=Styled.d.ts.map