Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contain Array Key Value #51

Open
hanifmhd opened this issue Mar 30, 2021 · 3 comments
Open

Contain Array Key Value #51

hanifmhd opened this issue Mar 30, 2021 · 3 comments
Labels
feature-request question Further information is requested

Comments

@hanifmhd
Copy link

is it possible?

@hanifmhd hanifmhd added the question Further information is requested label Mar 30, 2021
@maxkomarychev
Copy link
Owner

hi @hanifmhd I haven't tested this case but I can imagine it can be done as long as react-native does support exporting arrays as constants. the library is doing this via https://reactnative.dev/docs/native-modules-ios#exporting-constants

@maxkomarychev
Copy link
Owner

it looks like it is possible to export non-scalar values from native code (i.e. arrays and dictionaries). I'll consider adding this functionality.

@hanifmhd
Copy link
Author

hi @maxkomarychev thanks for the response, i really appreciate your work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants