File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uilib-docs" ,
3
- "version" : " 3.28.0 " ,
3
+ "version" : " 3.28.1 " ,
4
4
"main" : " ./src/index.ts" ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {themes} from 'prism-react-renderer';
4
4
import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
5
5
import BrowserOnly from '@docusaurus/BrowserOnly' ;
6
6
import CodeBlock from '@theme/CodeBlock' ;
7
- import Button from 'react-native-ui-lib/Button ' ;
7
+ import { Button } from 'react-native-ui-lib/core ' ;
8
8
import ReactLiveScope from '../theme/ReactLiveScope' ;
9
9
import { isComponentSupported } from '../utils/componentUtils' ;
10
10
import useFormattedCode from '../hooks/useFormattedCode' ;
You can’t perform that action at this time.
0 commit comments