Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit a3f238b

Browse files
committed
fixed ios
1 parent 2409e1f commit a3f238b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Based on [react-native-markdown-renderer](https://github.com/mientjan/react-nati
55

66
## Updates
77

8-
### Version 0.0.7
8+
### Version 0.0.8
99
* Updated dependencies to fix vulnerabilities
1010

1111
### Version 0.0.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-markdown",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Plugin for ReactXP that provides support for Markdown for Web, iOS and Android",
55
"repository": "github:Fulanko/reactxp-markdown",
66
"main": "./dist/index.js",

samples/MarkdownTest/ios/markdowntest/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1717
{
1818
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
1919
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
20-
moduleName:@"markdowntest"
20+
moduleName:@"RXApp"
2121
initialProperties:nil];
2222

2323
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];

samples/MarkdownTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"react-dom": "16.6.3",
2626
"react-native": "^0.59.9",
2727
"reactxp": "^1.6.1",
28-
"reactxp-markdown": "0.0.7"
28+
"reactxp-markdown": "0.0.8"
2929
}
3030
}

0 commit comments

Comments
 (0)