React Native Telephone Input
Thư viện này là một phiên bản tách ra từ React Telephone Input.
- Chức năng cơ bản cho việc đeo mặt nạ và khám phá quốc gia
- Hỗ trợ trên iOS và Android
Sử dụng Cơ bản
Bạn có thể tìm thấy một Dự án Mẫu.
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
View
} from 'react-native';
import TelephoneInput from 'react-native-telephone-input';
class ExampleProject extends Component {
render() {
return (
<View style={[styles.container]}>
<TelephoneInput placeholder="Number here, please" />
</View>
);
}
}
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
});
AppRegistry.registerComponent('ExampleProject', () => ExampleProject);
Kiểm tra lỗi
Đóng góp
. Sao chép nó ( https://github.com/kundigo/react-native-telephone-input/fork )
. Tạo nhánh tính năng của bạn (git checkout -b my-new-feature
)
. Commit các thay đổi của bạn (git commit -am 'Thêm một số tính năng'
)
. Đẩy lên nhánh (git push origin my-new-feature
)
. Tạo yêu cầu kéo mới
Chi tiết tải về:
Tác giả: kundigo
Nguồn: https://github.com/kundigo/react-native-telephone-input
Giấy phép: MIT license