Skip to content

Commit

Permalink
Merge pull request #1 from prscX/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Floavinci committed Aug 10, 2022
2 parents d8ec30d + 04a120c commit 47325ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.github.prscX:photo-editor-android:master-SNAPSHOT'
implementation 'com.github.prscX:photo-editor-android:master'
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1@aar'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'com.android.support:design:28.0.0'
Expand Down
9 changes: 8 additions & 1 deletion android/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
<string-array name="photo_editor_emoji">

<!-- People -->
<item> U+25EF</item>
<item> U+25CB</item>
<item> U+25AF</item>
<item> U+25AD</item>
<item> U+25B3</item>
<item> U+25A2</item>
<item> U+25A1</item>
<item>u+1f604</item>
<item>u+1f603</item>
<item>u+1f600</item>
Expand Down Expand Up @@ -437,4 +444,4 @@
<!--<item>u+1f6a9</item>-->
</string-array>

</resources>
</resources>
6 changes: 0 additions & 6 deletions ios/RNPhotoEditor.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif

#import <UIKit/UIKit.h>
@import iOSPhotoEditor;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-photo-editor",
"version": "1.0.12",
"version": "1.0.13",
"description": "React Native: Native Photo Editor",
"main": "index.tsx",
"homepage": "https://github.com/prscX/react-native-photo-editor.git",
Expand Down

0 comments on commit 47325ec

Please sign in to comment.