Skip to content

Is there a way to change the attribution position for Mapbox? #1885

Answered by Cmoen11
1mike12 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi

We're doing it like this:

attributionPosition={
	Platform.OS === "ios"
		? {
			top: undefined,
			left: 100,
			bottom: 7,
			right: undefined,
		}
		: undefined
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@1mike12
Comment options

Answer selected by 1mike12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants