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

How to create temp directory in example? #177

Open
Yoshihide-Nishimoto opened this issue May 26, 2022 · 0 comments
Open

How to create temp directory in example? #177

Yoshihide-Nishimoto opened this issue May 26, 2022 · 0 comments

Comments

@Yoshihide-Nishimoto
Copy link

Yoshihide-Nishimoto commented May 26, 2022

in example/package.json, the folder "../temp" doesn't exist.

"react-native-adjust": "../temp",

https://github.com/adjust/react_native_sdk/blob/master/example/package.json#L17

Are there any prerequisites for creating the folder?

I tried change package.json like this.

- "react-native-adjust": "../temp",
+ "react-native-adjust": "^4.29.6",

Then I can launch app

$ yarn 
$ cd ios
$ pod install
$ cd ../
$ yarn ios

@Yoshihide-Nishimoto Yoshihide-Nishimoto changed the title What should be put in temp directory?? How to create temp directory in example? May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant