You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a RN library for an iOS widget and for that I want to have Xcode project file to be created. I need to add iOS widget target to this Xcode project file.
I am trying npx create-react-native-library@latest my-ios-lib, and it created ios folder but it does no have any Xcode project file (. xcworkspace or .xcodeproj) that I can open in Xcode and add widget target and related file.
Any help would be appreciated!
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to create a RN library for an iOS widget and for that I want to have Xcode project file to be created. I need to add iOS widget target to this Xcode project file.
I am trying
npx create-react-native-library@latest my-ios-lib
, and it created ios folder but it does no have any Xcode project file (. xcworkspace
or.xcodeproj
) that I can open in Xcode and add widget target and related file.Any help would be appreciated!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions