This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release Notes | |
create file {appname}/whatsNew/whatsnew-en-US | |
text= | |
Initial Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open powersehll -> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SubcomposeAsyncImage( | |
model = imageUrl, | |
contentDescription = null, | |
modifier = Modifier | |
.fillMaxWidth() | |
.aspectRatio(1280f/847f) | |
) | |
AsyncImage( | |
model = imageUrl2, | |
contentDescription = null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A | |
custom installation path of Android Studio | |
1- Android Studio | |
while installing -> path | |
2- Android SDK | |
Project Settings -> Languages and FW -> Android SDK -> path | |
2- Gradle | |
Settings -> Build, Exec, Deploy -> Build Tools -> Gradle -> Gradle user home -> path | |
------------------------------------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# How to remove node_modules | |
## Create a `.gitignore` file | |
1. Check for an existing `.gitignore` file in the project directory | |
```Bash | |
ls -a | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://blog.jscrambler.com/how-to-handle-deep-linking-in-a-react-native-app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.w3schools.com/REACT/react_lifecycle.asp#:%7E:text=Lifecycle%20of%20Components,Mounting%2C%20Updating%2C%20and%20Unmounting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://medium.com/@devesu/how-to-change-bundle-identifier-of-ios-app-and-package-name-of-android-app-within-react-native-app-4fbdd6679aa2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"android": "react-native run-android", | |
"android_r": "react-native run-android --variant release", | |
"ios": "react-native run-ios", | |
"start": "react-native start", | |
"ios simulator": "npx react-native run-ios --udid='4376F683-7DE9-4F74-8DA9-C4C47385EF79'", | |
"test": "jest", | |
"lint": "eslint .", | |
"resetcache":"npm start -- --reset-cache", | |
"androidclean": "cd android && ./gradlew clean && cd ..", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#window | |
adb logcat *:E | |
#mac | |
brew install libimobiledevice | |
idevice_id --list | |
idevicesyslog -u <devid> |
NewerOlder