@computools/react-native-template-controller 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@computools/react-native-template-controller.svg)](https://www.npmjs.com/package/@computools/react-native-template-controller)
4
4
 
5
- <div style="background-color: #cdff3a;">
6
- <img style="display: block; margin: auto; width: 125pt; height: 125pt;" src="https://computools.com/wp-content/themes/computools/assets/img/computools-logo.svg">
5
+ <div style="background-color: #cdff3a; width: 100%; display: flex; justify-content: center;">
6
+ <img style="display: block; width: 125pt; height: 125pt;" src="https://computools.com/wp-content/themes/computools/assets/img/computools-logo.svg">
7
7
  </div>
8
8
 
9
9
  ### Usage:
@@ -18,5 +18,5 @@ See the below table to find out which version of the template to use.
18
18
 
19
19
  | React Native | Template |
20
20
  | ------------ | -------- |
21
- | 0.72 | 0.0.8\* |
22
- | 0.71.11 | 0.0.7\* |
21
+ | 0.72 | ^0.0.10\* |
22
+ | 0.71.11 | 0.0.7\* |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Computools react native template by using mobx as controllers",
5
5
  "main": "template.config.js",
6
6
  "scripts": {