javascript Facebook上的文字“或”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Facebook上的文字“或”相关的知识,希望对你有一定的参考价值。

import React, { Component } from "react";
import { View, StyleSheet, Text } from "react-native";

export default class TextOnLine extends Component {

    render() {
        return (
            <View style={styles.container}>
                <View style={styles.horizontalLine}/>
                <View style={styles.orTextContainer}>
                    <Text style={styles.orText}>
                        HOẶC
                    </Text>
                </View>
                <View style={styles.horizontalLine}/>
            </View>
        );
    };

}

const styles = StyleSheet.create({

    container: {
        marginLeft: 15,
        marginRight: 15,
        flexDirection: 'row',
        alignItems: 'center',
        justifyContent: 'center'
    },

    orTextContainer: {
        width: '15%',
        justifyContent: 'center',
        alignItems: 'center',
    },

    orText: {
        fontSize: 11,
        fontWeight: '200',
    },

    horizontalLine: {
        width: '25%',
        borderTopWidth: 0.5,
        borderColor: '#424242'
    }
});

以上是关于javascript Facebook上的文字“或”的主要内容,如果未能解决你的问题,请参考以下文章

javascript 表格提交上的Facebook Pixel触发器

在 laravel 中访问 facebook php sdk 4.0 和 Javascript sdk 上的 Token

Javascript - WinRT - 如何与 twitter 或 Facebook 分享分数?

如何从 Facebook 注销或清除 WebAuthenticationBroker 上的 cookie?

检查 Facebook 上的共享帖子成功或丢弃

无法使用 android 上的 cordova s​​ocialsharing 插件在 facebook 上共享自定义文本