0.1.4 • Published 1 month ago

c2-mobile v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

c2-mobile

c2移动端基础组件库

说明

1、内置添加的第三方库

  • @react-native-firebase/storage 官网文档

    ios需要运行 npx pod-install ->待验证

Installation

npm install c2-mobile

Usage

import { multiply } from 'c2-mobile';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

c2-mobile.podspec 关联脚本 ios/c2-mobile.rb 已弃用

鉴于react-native 0.7.2 不能自动连接、安装c2-mobile package.json 中dependence 原生模块,c2-mobile.podspec 会对第三方依赖进行拷贝【检测到主工程package.json代码未包含相关依赖时才会拷贝】 c2-mobile.rb 的创建解决copy、安装第三方可复用性的问题【.podspec文件不能置入方法需,但可引用ruby脚本】

c2-mobile iOS依赖第三方RN 插件的自动引入处理

添加 postinstall 将在@react-native-community/cli-platform-ios/native_modules.rb 中扩展注入c2-mobile 依赖,postinstall 判断了操作系统,只有在Mac os下才执行

c2-mobile 注入了两句代码

require_relative '../../../../ios/c2-inject.rb'
inject_c2_depends(packages)

c2-inject.rb 将会在pod install 时注入c2-mobile 的依赖包,依赖包的配置文件在ios/c2-third.json文件之中

关于 c2-third.json 的依赖获取

在example 项目中添加依赖包【c2-mobile-base根目录的package.json dependencies 的的依赖项】, cd 至example文件夹 并执行 react-native config, 此时将打印出原生依赖的json内容。复制json内容的dependencies至 c2-third.json文件即可

iOS 部分功能未为间接引用以下功能,直接拷贝第三方插件源码至pod 仓库

  • react-native-background-timer源码拷贝
RNBackgroundTimer.h
RNBackgroundTimer.n

## 相机相关组件
使用第三方组件。由于react-native-camera过时,因此替换成如下组件,相关文档请查看官网api
[react-native-vision-camera](https://www.react-native-vision-camera.com)
0.1.4

1 month ago

0.1.2

2 months ago

0.1.3

2 months ago

0.1.1

3 months ago

0.0.73

3 months ago

0.1.0

3 months ago

0.0.72

3 months ago

0.0.71

3 months ago

0.0.40

7 months ago

0.0.41

7 months ago

0.0.42

7 months ago

0.0.43

7 months ago

0.0.44

7 months ago

0.0.45

7 months ago

0.0.46

7 months ago

0.0.47

7 months ago

0.0.37

7 months ago

0.0.38

7 months ago

0.0.39

7 months ago

0.0.30

7 months ago

0.0.31

7 months ago

0.0.32

7 months ago

0.0.33

7 months ago

0.0.34

7 months ago

0.0.35

7 months ago

0.0.36

7 months ago

0.0.70

5 months ago

0.0.26

7 months ago

0.0.27

7 months ago

0.0.28

7 months ago

0.0.29

7 months ago

0.0.62

6 months ago

0.0.63

6 months ago

0.0.64

6 months ago

0.0.20

7 months ago

0.0.65

6 months ago

0.0.21

7 months ago

0.0.66

6 months ago

0.0.22

7 months ago

0.0.67

5 months ago

0.0.23

7 months ago

0.0.68

5 months ago

0.0.24

7 months ago

0.0.69

5 months ago

0.0.60

6 months ago

0.0.61

6 months ago

0.0.59

6 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.51

7 months ago

0.0.52

7 months ago

0.0.53

7 months ago

0.0.54

6 months ago

0.0.10

9 months ago

0.0.55

6 months ago

0.0.11

9 months ago

0.0.56

6 months ago

0.0.12

9 months ago

0.0.57

6 months ago

0.0.13

9 months ago

0.0.58

6 months ago

0.0.14

9 months ago

0.0.50

7 months ago

0.0.1

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.48

7 months ago

0.0.9

9 months ago

0.0.49

7 months ago

0.0.8

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

1.0.0

4 years ago