@apollohg/react-native-rich-text-editor 2.0.5 → 2.0.6
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.
- package/README.md +11 -0
- package/ios/EditorCore.xcframework/Info.plist +5 -5
- package/ios/EditorCore.xcframework/ios-arm64/libeditor_core.a +2 -2
- package/ios/EditorCore.xcframework/ios-arm64_x86_64-simulator/libeditor_core.a +2 -2
- package/ios/Viewer/Fabric/PREPPreparedProseViewerComponentView.mm +1 -0
- package/package.json +1 -1
- package/rust/android/arm64-v8a/libeditor_core.so +0 -0
- package/rust/android/armeabi-v7a/libeditor_core.so +0 -0
- package/rust/android/x86/libeditor_core.so +0 -0
- package/rust/android/x86_64/libeditor_core.so +0 -0
package/README.md
CHANGED
|
@@ -18,6 +18,17 @@ See the [documentation](https://github.com/apollohg/react-native-rich-text-edito
|
|
|
18
18
|
**⭐ Optional native code syntax highlighting**
|
|
19
19
|
**⭐ Rich copy and paste**
|
|
20
20
|
|
|
21
|
+
## Roadmap
|
|
22
|
+
|
|
23
|
+
Below is a list of features that are planned or in progress. If you have a feature/idea suggestion, please [add it to the discussion](https://github.com/apollohg/react-native-rich-text-editor/discussions/4).
|
|
24
|
+
|
|
25
|
+
- [x] External text composition
|
|
26
|
+
- [x] Custom atoms via React Native components
|
|
27
|
+
- [ ] Tables *(in progress)*
|
|
28
|
+
- [ ] Output as Markdown/GitHub Flavored Markdown (GFM)
|
|
29
|
+
- [ ] Extension framework
|
|
30
|
+
- [ ] Inline node extensions
|
|
31
|
+
|
|
21
32
|
## Requirements
|
|
22
33
|
|
|
23
34
|
The package uses custom native code and Expo Modules. Use a development build or a bare React Native app with Expo Modules configured; it does not run in Expo Go.
|
|
@@ -8,32 +8,32 @@
|
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>libeditor_core.a</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>libeditor_core.a</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
+
<string>x86_64</string>
|
|
17
18
|
</array>
|
|
18
19
|
<key>SupportedPlatform</key>
|
|
19
20
|
<string>ios</string>
|
|
21
|
+
<key>SupportedPlatformVariant</key>
|
|
22
|
+
<string>simulator</string>
|
|
20
23
|
</dict>
|
|
21
24
|
<dict>
|
|
22
25
|
<key>BinaryPath</key>
|
|
23
26
|
<string>libeditor_core.a</string>
|
|
24
27
|
<key>LibraryIdentifier</key>
|
|
25
|
-
<string>ios-
|
|
28
|
+
<string>ios-arm64</string>
|
|
26
29
|
<key>LibraryPath</key>
|
|
27
30
|
<string>libeditor_core.a</string>
|
|
28
31
|
<key>SupportedArchitectures</key>
|
|
29
32
|
<array>
|
|
30
33
|
<string>arm64</string>
|
|
31
|
-
<string>x86_64</string>
|
|
32
34
|
</array>
|
|
33
35
|
<key>SupportedPlatform</key>
|
|
34
36
|
<string>ios</string>
|
|
35
|
-
<key>SupportedPlatformVariant</key>
|
|
36
|
-
<string>simulator</string>
|
|
37
37
|
</dict>
|
|
38
38
|
</array>
|
|
39
39
|
<key>CFBundlePackageType</key>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/ios/EditorCore.xcframework/ios-arm64/libeditor_core.a
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 33937224 bytes
|
|
4
|
+
sha256: 932bff445a503ec5a28a4d75e1273280144e7112315aa22799a871730bc655f2
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/ios/EditorCore.xcframework/ios-arm64_x86_64-simulator/libeditor_core.a
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 67220840 bytes
|
|
4
|
+
sha256: 623edc61d1273935a1d1afc314a13fd89f7cce5724ae28f96adc6d8df0b0f718
|
|
@@ -195,6 +195,7 @@ int64_t ComponentTagFromState(
|
|
|
195
195
|
- (instancetype)initWithFrame:(CGRect)frame
|
|
196
196
|
{
|
|
197
197
|
if (self = [super initWithFrame:frame]) {
|
|
198
|
+
_props = PreparedProseViewerShadowNode::defaultSharedProps();
|
|
198
199
|
_drawingView = [PREPPreparedProseDrawingView new];
|
|
199
200
|
_drawingView.interactionDelegate = self;
|
|
200
201
|
_drawingView.backgroundColor = UIColor.clearColor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollohg/react-native-rich-text-editor",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Native rich text editor with Rust core for React Native",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/apollohg/react-native-rich-text-editor",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|