morrowdigital / watermelondb-expo-plugin

119 stars 30 forks source link

[wip]: Updates example to use expo SDK 47 #9

Closed brunokiafuka closed 1 year ago

luccasr73 commented 1 year ago

@brunokiafuka why removed android setup forwithAppBuildGradle and withAppBuildGradle?

brunokiafuka commented 1 year ago

@brunokiafuka why removed android setup forwithAppBuildGradle and withAppBuildGradle?

@luccasr73 both functions were used to perform Manual linking, which only required if you are on RN <0.60 as per the docs. Expo SDK 47 uses RN 0.70.5 so auto linking should be available.

Have you run into any issues after this change?

luccasr73 commented 1 year ago

no errors, it was just a doubt, Im relatively new in react native ecosystem