Open arjundalal opened 4 years ago
@arjundala: Can I have your email id please, I see your are facing lot of issues, lets have a call to discuss and fix all the issues.
arjundalal38@gmail.com this is my mail id
On Sat, 25 Jan 2020, 9:33 am Pranav Raj Singh Chauhan, < notifications@github.com> wrote:
@arjundala: Can I have your email id please, I see your are facing lot of issues, lets have a call to discuss and fix the same.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prscX/react-native-photo-editor/issues/109?email_source=notifications&email_token=AM57WLGZQSUTSF4TNUAYXQDQ7O2X5A5CNFSM4KKXLGN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ4UWJA#issuecomment-578374436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM57WLCIT5H2DBDTEGJDXW3Q7O2X5ANCNFSM4KKXLGNQ .
@prscX please help me to resolve this issue
@prscX is there any resolution for this? I'm facing the same issue here
Hello team, Please help us to resolve this issue.
On Mon, 3 Feb 2020, 8:25 pm ywh, notifications@github.com wrote:
@prscX https://github.com/prscX is there any resolution for this? I'm facing the same issue here
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prscX/react-native-photo-editor/issues/109?email_source=notifications&email_token=AM57WLGLRRSOF6USFDHS6UTRBAV4ZA5CNFSM4KKXLGN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKUEHKI#issuecomment-581452713, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM57WLAEINOTB2IEITGO5MLRBAV4ZANCNFSM4KKXLGNQ .
Hi @arjundalal, please follow the steps below:
assets: ["./assets/fonts/", "./assets/stickers"]
either in react-native.config.js file or in package.jsonright (option)
click$project_name
copy items if needed
and create folder references
are checked.Please see the images below for guidance and let me know if it works for you.
Doing this worked for me and I didn't have to do anything more.
@nwaughachukwuma can you please share your package.josn because i awant to see the path to the sticker folder. and can you please tell me how you use sticker name in your code.
Hi @arjundalal all you need to do is one of the following:
RN version <60:
in your package.json file, add:
"rnpm": {
"assets": [
"./assets/fonts/",
"./assets/stickers/"
]
}
RN version >=60:
Create a new file react-native.config.js in your project root_dir and add:
module.exports = {
project: {
ios: {},
android: {},
},
assets: ["./assets/fonts/", "./assets/stickers/"]
};
I hope it's clear enough
Hello Team, i have followed this step to add stickers in IOS.
please help me