Skip to content

Commit

Permalink
chore: release example app 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Mar 8, 2023
1 parent 7c7241a commit 1ef5f69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/src/components/BannerExample.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import * as React from 'react';
import { StyleSheet, View } from 'react-native';

//@ts-ignore
import BrowserOnly from '@docusaurus/BrowserOnly';
//@ts-ignore
import { useColorMode } from '@docusaurus/theme-common';
import {
Avatar,
Expand Down
3 changes: 3 additions & 0 deletions docs/src/components/GetStartedButtons.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import * as React from 'react';
import { StyleSheet, View } from 'react-native';

//@ts-ignore
import BrowserOnly from '@docusaurus/BrowserOnly';
//@ts-ignore
import Link from '@docusaurus/Link';
//@ts-ignore
import { useColorMode } from '@docusaurus/theme-common';
import {
Button,
Expand Down
6 changes: 3 additions & 3 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Example app for React Native Paper: https://callstack.github.io/react-native-paper/",
"slug": "react-native-paper-example",
"privacy": "public",
"version": "3.0.2",
"version": "3.2.0",
"entryPoint": "App.js",
"orientation": "default",
"primaryColor": "#6200EE",
Expand All @@ -22,11 +22,11 @@
"owner": "react-native-paper",
"ios": {
"bundleIdentifier": "com.callstack.reactnativepaperexample",
"buildNumber": "11.0.0"
"buildNumber": "13.0.0"
},
"android": {
"package": "com.callstack.reactnativepaperexample",
"versionCode": 14,
"versionCode": 16,
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"
Expand Down

0 comments on commit 1ef5f69

Please sign in to comment.